Skip to content

Commit

Permalink
Bump actions/setup-go from 5.2.0 to 5.3.0 (#2463)
Browse files Browse the repository at this point in the history
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 5.2.0 to 5.3.0.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](actions/setup-go@3041bf5...f111f33)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 28, 2025
1 parent b5ed801 commit c15bb14
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
with:
persist-credentials: false
- name: setup-go
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # tag=v3.2.1
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # tag=v3.2.1
with:
go-version: '1.21'
- uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:
with:
persist-credentials: false
- name: setup-go
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # tag=v3.2.1
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # tag=v3.2.1
with:
go-version: '1.21'
- uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
Expand All @@ -96,7 +96,7 @@ jobs:
with:
persist-credentials: false
- name: setup-go
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # tag=v3.2.1
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # tag=v3.2.1
with:
go-version: '1.21'
- name: Install atlas
Expand All @@ -116,7 +116,7 @@ jobs:
with:
persist-credentials: false
- name: setup-go
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # tag=v5.2.0
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # tag=v5.3.0
with:
go-version: '1.21'
- name: Install atlas
Expand Down Expand Up @@ -154,7 +154,7 @@ jobs:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
with:
persist-credentials: false
- uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34
with:
go-version: '~1.21'
- uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b
Expand Down Expand Up @@ -242,7 +242,7 @@ jobs:
with:
persist-credentials: false
- name: setup-go
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # tag=v3.2.1
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # tag=v3.2.1
with:
go-version: '1.21'
- uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/postmerge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
with:
persist-credentials: false
- name: setup-go
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # tag=v3.2.1
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # tag=v3.2.1
with:
go-version: '1.21'
- uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Set up Go
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
with:
go-version: "1.21"
- name: Install cosign
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reusable-local-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
repository: ${{ inputs.repository }}
ref: ${{ inputs.ref }}
- name: Set up Go
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
with:
go-version: 'stable'
- name: Install GoReleaser
Expand Down

0 comments on commit c15bb14

Please sign in to comment.