Skip to content

Commit

Permalink
Merge pull request #18 from golift/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
davidnewhall authored Jan 21, 2024
2 parents 77f6192 + fade04b commit da9ed6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codetests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
env:
GOOS: ${{ matrix.os }}
steps:
- uses: actions/setup-go@v4
- uses: actions/setup-go@v5
with:
go-version: stable
- uses: actions/checkout@v4
Expand Down

0 comments on commit da9ed6a

Please sign in to comment.