We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2817bb commit 5b393aeCopy full SHA for 5b393ae
.circleci/config.yml
@@ -2,7 +2,7 @@ version: 2
2
jobs:
3
build:
4
docker:
5
- - image: cimg/go:1.20
+ - image: cimg/go:1.23
6
working_directory: /home/circleci/go/src/github.com/candid82/joker
7
steps:
8
- checkout
0 commit comments