Skip to content

Commit

Permalink
Merge pull request #45 from reproducible-containers/dependabot/github…
Browse files Browse the repository at this point in the history
…_actions/actions/setup-go-5

build(deps): bump actions/setup-go from 4 to 5
  • Loading branch information
AkihiroSuda authored Dec 12, 2023
2 parents 3116965 + ffb7492 commit 48f0e5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
- uses: actions/setup-go@v5
with:
go-version: 1.21.x
- run: go test -covermode=atomic -race -v ./...
Expand Down

0 comments on commit 48f0e5a

Please sign in to comment.