Skip to content

Commit

Permalink
chore: update github actions to Go1.23
Browse files Browse the repository at this point in the history
  • Loading branch information
jszwec committed Aug 21, 2024
1 parent 53deda7 commit 5b43291
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
test:
strategy:
matrix:
go-version: ["1.21"]
go-version: ["1.23"]
os: [ubuntu-latest, macos-latest, windows-latest]

runs-on: ${{ matrix.os }}
Expand All @@ -35,7 +35,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go-version: ["1.19", "1.20"]
go-version: ["1.21", "1.22"]
steps:
- uses: actions/checkout@v2
with:
Expand Down

0 comments on commit 5b43291

Please sign in to comment.