We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70f69e9 commit 9abd529Copy full SHA for 9abd529
.circleci/config.yml
@@ -8,7 +8,7 @@ jobs:
8
test_go:
9
resource_class: medium
10
docker:
11
- - image: cimg/go:1.23.4
+ - image: cimg/go:1.23.5@sha256:09544c8e44b9abc623184db2add5835d97d1ba205c260655f26c7059349d5158
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