Skip to content

Commit

Permalink
bump go from 1.20 to 1.22 (#129)
Browse files Browse the repository at this point in the history
  • Loading branch information
stasquatch authored Oct 21, 2024
1 parent 2e93766 commit 8b5b55b
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 @@ -60,7 +60,7 @@ defaults:
jobs:
go-test:
docker:
- image: cimg/go:1.20.10
- image: cimg/go:1.22
environment:
<<: *environment

Expand Down
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/launchdarkly/find-code-references-in-pull-request

go 1.20
go 1.22

require (
github.com/Masterminds/sprig/v3 v3.3.0
Expand Down

0 comments on commit 8b5b55b

Please sign in to comment.