Skip to content

Commit

Permalink
chore(deps): update actions/setup-go action to v5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 24, 2024
1 parent 577145f commit 84e64c0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

# Install Go
- name: Setup go
uses: actions/setup-go@v5.0.2
uses: actions/setup-go@v5.1.0
with:
go-version: 1.21.3

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
with:
fetch-depth: 0
- name: Setup go
uses: actions/setup-go@v5.0.2
uses: actions/setup-go@v5.1.0
with:
go-version: 1.19
- name: Change version
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
fetch-depth: 0
-
name: Set up Go
uses: actions/setup-go@v5.0.2
uses: actions/setup-go@v5.1.0
-
name: Run GoReleaser
uses: goreleaser/[email protected]
Expand Down

0 comments on commit 84e64c0

Please sign in to comment.