We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4702463 commit f8785f8Copy full SHA for f8785f8
.circleci/config.yml
@@ -2,7 +2,7 @@ version: 2
2
jobs:
3
backend:
4
docker:
5
- - image: circleci/golang:1.13
+ - image: circleci/golang:1.17
6
7
working_directory: /go/src/github.com/RoboCup-SSL/ssl-quality-inspector
8
steps:
@@ -22,7 +22,7 @@ jobs:
22
23
publish-github-release:
24
25
26
27
- attach_workspace:
28
at: .
0 commit comments