DEV: Upgrade to go 1.22.x (#2882)

This commit is contained in:
Tom Limoncelli 2024-03-25 11:40:58 -04:00 committed by GitHub
parent 3a84f6cde3
commit 02b0bedb85
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -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:

View file

@ -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