Skip to content

Commit

Permalink
chore(deps): update actions/setup-go action to v5.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 2, 2024
1 parent 267b07a commit 3e1115c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Checkout
uses: actions/[email protected]
- name: Setup Go
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
go-version-file: go.mod
- name: Ensure go.mod is already tidied
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
# https://github.com/goreleaser/goreleaser-action/issues/56#issuecomment-568718162
fetch-depth: 0
- name: Setup Go
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
go-version-file: go.mod
- name: Login to DockerHub
Expand Down

0 comments on commit 3e1115c

Please sign in to comment.