Skip to content

Commit

Permalink
.github/workflows: bump to go 1.22 (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmcloughlin committed Feb 9, 2024
1 parent 9de306b commit 76b0fc9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
test:
strategy:
matrix:
go-version: [1.20.x, 1.21.x]
go-version: [1.21.x, 1.22.x]
platform: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.platform }}
steps:
Expand All @@ -32,7 +32,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v1
with:
go-version: 1.21.x
go-version: 1.22.x
- name: Configure Go Environment
run: |
echo GOPATH=${{ runner.workspace }} >> $GITHUB_ENV
Expand Down

0 comments on commit 76b0fc9

Please sign in to comment.