Skip to content

Commit

Permalink
update to use go1.21 in CI (#71)
Browse files Browse the repository at this point in the history
* update CI to go 1.21
  • Loading branch information
cosnicolaou authored Oct 26, 2023
1 parent b4694a8 commit 4056c8c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
test:
strategy:
matrix:
go-version: [1.19.x, 1.20.x]
go-version: [1.20.x, 1.21.x]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
build:
strategy:
matrix:
go-version: [1.19.x]
go-version: [1.21.x]
os: [windows-latest]
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit 4056c8c

Please sign in to comment.