Skip to content

Commit

Permalink
feat: bump golang version in CI to 1.22.3
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickpichler committed May 23, 2024
1 parent ab32e27 commit 3c29d20
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version: '1.21.4'
go-version: '1.22.3'
- name: Test
run: go test ./...

0 comments on commit 3c29d20

Please sign in to comment.