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 37f9144 commit 92050e4Copy full SHA for 92050e4
.circleci/config.yml
@@ -2,7 +2,7 @@ version: 2
2
jobs:
3
app:
4
docker:
5
- - image: cimg/go:1.23@sha256:d89753cdb9f31e48c3a91aee6e73afcb23ad7e44abf7088491d8a9f002a71b67
+ - image: cimg/go:1.23@sha256:7ad5b6d5a429411e365f93a685cd8902c42ac19875e866d8723551c03f9f3da7
6
7
steps:
8
- checkout
@@ -25,7 +25,7 @@ jobs:
25
26
publish-github-release:
27
28
29
30
- attach_workspace:
31
at: .
0 commit comments