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 077df33 commit dedde28Copy full SHA for dedde28
.circleci/config.yml
@@ -27,7 +27,7 @@ jobs:
27
test_go:
28
resource_class: medium
29
docker:
30
- - image: cimg/go:1.20.3
+ - image: cimg/go:1.19.1
31
steps:
32
- checkout
33
- attach_workspace:
@@ -42,7 +42,7 @@ jobs:
42
build_go:
43
resource_class: large
44
45
46
47
48
@@ -67,7 +67,7 @@ jobs:
67
publish_gh:
68
resource_class: small
69
70
71
72
73
at: .
0 commit comments