Skip to content

Commit

Permalink
Merge pull request #61 from kei2100/upd
Browse files Browse the repository at this point in the history
test: update go to 1.23.0 in CI
  • Loading branch information
kei2100 authored Sep 1, 2024
2 parents 683d387 + 825c4c6 commit c5ce29e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
env:
GOTOOLCHAIN: go1.23.0
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v5
Expand Down

0 comments on commit c5ce29e

Please sign in to comment.