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 2defe49 commit 5fdeef8Copy full SHA for 5fdeef8
.circleci/basis.yml
@@ -42,13 +42,13 @@ executors:
42
43
go:
44
docker:
45
- - image: cimg/go:1.21.0
+ - image: cimg/go:1.21.1
46
environment:
47
GO111MODULE: "on"
48
PIP_DISABLE_PIP_VERSION_CHECK: "1"
49
go-integration:
50
51
52
53
54
.tool-versions
@@ -2,7 +2,7 @@ babashka 1.3.182
2
binaryen 114
3
circleci 0.1.28811
4
clojure 1.11.1.1386
5
-golang 1.21.0
+golang 1.21.1
6
golangci-lint 1.54.1
7
java temurin-17.0.5+8
8
nodejs 18.17.0
0 commit comments