Skip to content

Commit

Permalink
Use Go 1.22 in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
anacrolix committed Feb 26, 2024
1 parent efdb285 commit d97b66a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
go-version: [ '1.21' ]
go-version: [ '1.22' ]
os: [windows-latest, macos-latest, ubuntu-latest]
fail-fast: false
steps:
Expand All @@ -24,7 +24,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go-version: [ '1.21' ]
go-version: [ '1.22' ]
fail-fast: false
steps:
- uses: actions/checkout@v2
Expand All @@ -35,7 +35,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go-version: [ '1.21' ]
go-version: [ '1.22' ]
fail-fast: false
steps:
- uses: actions/checkout@v2
Expand All @@ -47,7 +47,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go-version: [ '1.21' ]
go-version: [ '1.22' ]
fail-fast: false
steps:
- uses: actions/checkout@v2
Expand All @@ -60,7 +60,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go-version: [ '1.21' ]
go-version: [ '1.22' ]
fail-fast: false
steps:
- uses: actions/checkout@v2
Expand All @@ -74,7 +74,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
go-version: [ '1.21' ]
go-version: [ '1.22' ]
os: [ubuntu-latest]
fail-fast: false
steps:
Expand Down

0 comments on commit d97b66a

Please sign in to comment.