Skip to content

Commit

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

ci(deps): bump actions/setup-go from 4 to 5
  • Loading branch information
tomasbasham authored Jan 13, 2024
2 parents 73c9f57 + d39407b commit ae35eab
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@v4
- uses: actions/setup-go@v4
- uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go }}
- run: go test -v ./...

0 comments on commit ae35eab

Please sign in to comment.