Skip to content

Commit

Permalink
DEV: Upgrade to go 1.22.x (#2882)
Browse files Browse the repository at this point in the history
  • Loading branch information
tlimoncelli authored Mar 25, 2024
1 parent 3a84f6c commit 02b0bed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
if: github.ref != 'refs/heads/master' && github.ref != 'refs/heads/main'
runs-on: ubuntu-latest
container:
image: golang:1.21
image: golang:1.22
needs:
- integration-test-providers
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release_draft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: ^1.21
go-version: ^1.22

# Stringer is needed because .goreleaser includes "go generate ./..."
- name: Install stringer
Expand Down

0 comments on commit 02b0bed

Please # to comment.