Skip to content

Commit

Permalink
Merge pull request #1 from kapetndev/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/setup-go-4

ci(deps): bump actions/setup-go from 3 to 4
  • Loading branch information
tomasbasham authored Apr 3, 2023
2 parents 642505a + 3414959 commit e4ea28b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- "1.18"
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
- uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go }}
- run: go test -v ./...

0 comments on commit e4ea28b

Please sign in to comment.