Skip to content

Commit

Permalink
Update Go version in GitHub Actions workflow from 1.22.x to 1.23.x
Browse files Browse the repository at this point in the history
  • Loading branch information
catatsuy committed Aug 17, 2024
1 parent abbd115 commit 19cbe2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go: ["1.22.x"]
go: ["1.23.x"]
steps:
- name: Set up Go
uses: actions/setup-go@v5
Expand Down

0 comments on commit 19cbe2a

Please sign in to comment.