Skip to content

Commit

Permalink
ci: update actions/setup-go version to 5
Browse files Browse the repository at this point in the history
  • Loading branch information
sekiju committed Mar 9, 2024
1 parent be07dde commit 295eb5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Setup Go ${{ matrix.go-version }}
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go-version }}
- name: Test with the Go CLI
Expand Down

0 comments on commit 295eb5b

Please sign in to comment.