Merge pull request #606 from fxamacker/dependabot/github_actions/actions/setup-go-5.2.0
Bump actions/setup-go from 5.1.0 to 5.2.0
This commit is contained in:
commit
8baf0c2fd9
2
.github/workflows/ci-go-cover.yml
vendored
2
.github/workflows/ci-go-cover.yml
vendored
@ -42,7 +42,7 @@ jobs:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
|
||||
- name: Install Go
|
||||
uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0
|
||||
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
|
||||
with:
|
||||
go-version: 1.23
|
||||
check-latest: true
|
||||
|
||||
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -34,7 +34,7 @@ jobs:
|
||||
go-version: [1.17, 1.18, 1.19, '1.20', 1.21, 1.22, 1.23]
|
||||
steps:
|
||||
- name: Install Go
|
||||
uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0
|
||||
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
|
||||
with:
|
||||
go-version: ${{ matrix.go-version }}
|
||||
check-latest: true
|
||||
|
||||
2
.github/workflows/govulncheck.yml
vendored
2
.github/workflows/govulncheck.yml
vendored
@ -33,7 +33,7 @@ jobs:
|
||||
fetch-depth: 1
|
||||
|
||||
- name: Install Go and setup env
|
||||
uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0
|
||||
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
|
||||
with:
|
||||
go-version: 1.23
|
||||
check-latest: true
|
||||
|
||||
2
.github/workflows/safer-golangci-lint.yml
vendored
2
.github/workflows/safer-golangci-lint.yml
vendored
@ -41,7 +41,7 @@ jobs:
|
||||
fetch-depth: 1
|
||||
|
||||
- name: Setup Go
|
||||
uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0
|
||||
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
|
||||
with:
|
||||
go-version: ${{ env.GO_VERSION }}
|
||||
check-latest: true
|
||||
|
||||
Loading…
Reference in New Issue
Block a user