Skip to content

Commit

Permalink
Upgrade to 1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
RebeccaMahany committed Apr 10, 2024
1 parent b1acccc commit 269e8b5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: 2
jobs:
build-go1.20:
docker:
- image: golang:1.20
- image: golang:1.21
working_directory: /go/src/github.com/kolide/kit
steps: &steps
- checkout
Expand All @@ -13,4 +13,4 @@ workflows:
version: 2
build:
jobs:
- build-go1.20
- build-go1.21
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/kolide/kit

go 1.20
go 1.21

require (
github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc
Expand Down

0 comments on commit 269e8b5

Please sign in to comment.