Skip to content

Commit 269e8b5

Browse files
committed
Upgrade to 1.21
1 parent b1acccc commit 269e8b5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.circleci/config.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: 2
22
jobs:
33
build-go1.20:
44
docker:
5-
- image: golang:1.20
5+
- image: golang:1.21
66
working_directory: /go/src/github.com/kolide/kit
77
steps: &steps
88
- checkout
@@ -13,4 +13,4 @@ workflows:
1313
version: 2
1414
build:
1515
jobs:
16-
- build-go1.20
16+
- build-go1.21

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/kolide/kit
22

3-
go 1.20
3+
go 1.21
44

55
require (
66
github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc

0 commit comments

Comments
 (0)