Skip to content

Commit

Permalink
Bump actions/setup-go from 4.0.0 to 5.3.0
Browse files Browse the repository at this point in the history
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 4.0.0 to 5.3.0.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](actions/setup-go@v4.0.0...v5.3.0)

---
updated-dependencies:
- dependency-name: actions/setup-go
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 21, 2025
1 parent 652f2a9 commit 5cfe030
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: git fetch --prune --unshallow
-
name: Set up Go
uses: actions/setup-go@v4.0.0
uses: actions/setup-go@v5.3.0
with:
go-version-file: go.mod
-
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
uses: actions/checkout@v3.4.0

- name: Set up Go
uses: actions/setup-go@v4.0.0
uses: actions/setup-go@v5.3.0
with:
go-version-file: go.mod
id: go
Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:
uses: actions/checkout@v3.4.0

- name: Set up Go
uses: actions/setup-go@v4.0.0
uses: actions/setup-go@v5.3.0
with:
go-version-file: go.mod
id: go
Expand Down

0 comments on commit 5cfe030

Please sign in to comment.