Skip to content

Commit

Permalink
Bump to version of Go up to 1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
jfsmig committed Oct 31, 2023
1 parent 82b6124 commit 8c8dfe9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ orbs:
jobs:
build-and-test:
docker:
- image: cimg/go:1.18
- image: cimg/go:1.21
steps:
- checkout
- run:
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module github.com/jfsmig/go-bags

go 1.18
go 1.21

0 comments on commit 8c8dfe9

Please sign in to comment.