Skip to content

Commit 5fdeef8

Browse files
committed
Use go 1.21.1
1 parent 2defe49 commit 5fdeef8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.circleci/basis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,13 @@ executors:
4242

4343
go:
4444
docker:
45-
- image: cimg/go:1.21.0
45+
- image: cimg/go:1.21.1
4646
environment:
4747
GO111MODULE: "on"
4848
PIP_DISABLE_PIP_VERSION_CHECK: "1"
4949
go-integration:
5050
docker:
51-
- image: cimg/go:1.21.0
51+
- image: cimg/go:1.21.1
5252
environment:
5353
GO111MODULE: "on"
5454
PIP_DISABLE_PIP_VERSION_CHECK: "1"

.tool-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ babashka 1.3.182
22
binaryen 114
33
circleci 0.1.28811
44
clojure 1.11.1.1386
5-
golang 1.21.0
5+
golang 1.21.1
66
golangci-lint 1.54.1
77
java temurin-17.0.5+8
88
nodejs 18.17.0

0 commit comments

Comments
 (0)