We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63ae497 commit a046593Copy full SHA for a046593
.circleci/config.yml
@@ -8,7 +8,7 @@ jobs:
8
test_go:
9
resource_class: medium
10
docker:
11
- - image: cimg/go:1.19.1
+ - image: cimg/go:1.21.4
12
steps:
13
- checkout
14
- attach_workspace:
@@ -23,7 +23,7 @@ jobs:
23
build_go:
24
resource_class: large
25
26
27
28
29
@@ -48,7 +48,7 @@ jobs:
48
publish_gh:
49
resource_class: small
50
51
52
53
54
at: .
0 commit comments