Skip to content

Commit

Permalink
Merge pull request #686 from IQTLabs/renovate/actions-setup-go-5.x
Browse files Browse the repository at this point in the history
Update actions/setup-go action to v5
  • Loading branch information
anarkiwi authored Dec 7, 2023
2 parents 04c4bf9 + de824af commit acd3117
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 @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- uses: actions/setup-go@v4
- uses: actions/setup-go@v5
with:
go-version: '>=1.19.1'
- run: go version
Expand Down

0 comments on commit acd3117

Please sign in to comment.