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