Skip to content

Commit

Permalink
Merge pull request #54 from kei2100/upd-go
Browse files Browse the repository at this point in the history
test: update go to 1.22 in CI environment
  • Loading branch information
kei2100 authored Feb 24, 2024
2 parents 14b8652 + 293267c commit 26dcc5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
- uses: actions/setup-go@v5
with:
go-version: '^1.20.x' # https://github.com/actions/setup-go/issues/326#issuecomment-1415175862
go-version: '^1.22.0'
- uses: arduino/setup-protoc@v2
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 26dcc5a

Please sign in to comment.