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 b63ce21 commit c09d6b7
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 @@ -23,7 +23,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 @@ -34,7 +34,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 @@ -45,7 +45,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 @@ -58,7 +58,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 @@ -72,7 +72,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 c09d6b7

Please sign in to comment.