Skip to content

Commit f8785f8

Browse files
renovate-botg3force
authored andcommitted
Update dependency circleci/golang to v1.17
1 parent 4702463 commit f8785f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: 2
22
jobs:
33
backend:
44
docker:
5-
- image: circleci/golang:1.13
5+
- image: circleci/golang:1.17
66

77
working_directory: /go/src/github.com/RoboCup-SSL/ssl-quality-inspector
88
steps:
@@ -22,7 +22,7 @@ jobs:
2222

2323
publish-github-release:
2424
docker:
25-
- image: circleci/golang:1.13
25+
- image: circleci/golang:1.17
2626
steps:
2727
- attach_workspace:
2828
at: .

0 commit comments

Comments
 (0)