Skip to content

Commit

Permalink
chore(deps): update actions/setup-go action to v5.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 21, 2025
1 parent 74f80e7 commit 4fccd4a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Checkout
uses: actions/[email protected]
- name: Install go
uses: actions/setup-go@v5.2.0
uses: actions/setup-go@v5.3.0
with:
go-version-file: go.mod
- name: Install Task
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:
- name: Checkout
uses: actions/[email protected]
- name: Install go
uses: actions/setup-go@v5.2.0
uses: actions/setup-go@v5.3.0
with:
go-version-file: go.mod
- name: Install richgo
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
# https://github.com/goreleaser/goreleaser-action/issues/56#issuecomment-568718162
fetch-depth: 0
- name: Setup Go
uses: actions/setup-go@v5.2.0
uses: actions/setup-go@v5.3.0
with:
go-version-file: go.mod
- name: Login to DockerHub
Expand Down

0 comments on commit 4fccd4a

Please sign in to comment.