Skip to content

Commit

Permalink
Merge pull request #20 from kanmu/dependabot/github_actions/actions/s…
Browse files Browse the repository at this point in the history
…etup-go-5

Bump actions/setup-go from 3 to 5
  • Loading branch information
winebarrel committed Jan 22, 2024
2 parents 1bd19d0 + 63c90b8 commit 5eb41aa
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 @@ -31,7 +31,7 @@ jobs:

steps:
- name: Install Go
uses: actions/setup-go@v3
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go }}

Expand Down

0 comments on commit 5eb41aa

Please sign in to comment.