Skip to content

Commit

Permalink
update go version of github-actions
Browse files Browse the repository at this point in the history
  • Loading branch information
takanakahiko committed Sep 19, 2023
1 parent 472b6d4 commit 70601af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ jobs:
test:
strategy:
matrix:
go-version: [1.11.x]
go-version: [1.21.x]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit 70601af

Please sign in to comment.