Skip to content

Commit

Permalink
Merge pull request #28 from StatusCakeDev/dependabot/github_actions/a…
Browse files Browse the repository at this point in the history
…ctions/setup-go-4

ci(deps): bump actions/setup-go from 3 to 4
  • Loading branch information
tomasbasham authored Mar 20, 2023
2 parents 98c3ec9 + b0b5e8a commit 40eefc7
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 40eefc7

Please sign in to comment.