Skip to content

Commit

Permalink
Merge pull request #57 from parkr/dependabot/github_actions/actions/s…
Browse files Browse the repository at this point in the history
…etup-go-5
  • Loading branch information
parkr authored Dec 7, 2023
2 parents d577796 + 3a3276f commit 98b6ff4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push-build-test-on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
- uses: actions/setup-go@v5
with:
go-version: "1.20"
- run: go test ./...

0 comments on commit 98b6ff4

Please sign in to comment.