Skip to content

Commit

Permalink
Merge pull request #1 from Djarvur/dependabot/github_actions/actions/…
Browse files Browse the repository at this point in the history
…setup-go-5

Bump actions/setup-go from 2 to 5
  • Loading branch information
onokonem authored Dec 14, 2023
2 parents a270c0b + 25e63b1 commit 78ebefd
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 @@ -22,7 +22,7 @@ jobs:
runs-on: ${{ matrix.platform }}
steps:
- name: Install Go
uses: actions/setup-go@v2
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go-version }}
- name: Check out
Expand Down

0 comments on commit 78ebefd

Please sign in to comment.