We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1acccc commit 269e8b5Copy full SHA for 269e8b5
.circleci/config.yml
@@ -2,7 +2,7 @@ version: 2
2
jobs:
3
build-go1.20:
4
docker:
5
- - image: golang:1.20
+ - image: golang:1.21
6
working_directory: /go/src/github.com/kolide/kit
7
steps: &steps
8
- checkout
@@ -13,4 +13,4 @@ workflows:
13
version: 2
14
build:
15
16
- - build-go1.20
+ - build-go1.21
go.mod
@@ -1,6 +1,6 @@
1
module github.com/kolide/kit
-go 1.20
+go 1.21
require (
github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc
0 commit comments