Skip to content

Commit

Permalink
Merge pull request #3 from nebhale/dependabot/github_actions/actions/…
Browse files Browse the repository at this point in the history
…setup-go-4

Bump actions/setup-go from 2 to 4
  • Loading branch information
nebhale authored Oct 20, 2023
2 parents 68305c7 + 5901db3 commit 2d03ac1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v2
- uses: actions/setup-go@v4
with:
go-version-file: go.mod
cache-dependency-path: go.sum
Expand Down

0 comments on commit 2d03ac1

Please sign in to comment.