Merge pull request #59 from wneessen/dependabot/github_actions/actions/setup-go-5.2.0
Some checks failed
CodeQL / Analyze (push) Has been cancelled
golangci-lint / lint (push) Has been cancelled
Govulncheck Security Scan / test (push) Has been cancelled
REUSE Compliance Check / test (push) Has been cancelled
Scorecard supply-chain security / Scorecard analysis (push) Has been cancelled
SonarQube / Build and analyze (push) Has been cancelled

Bump actions/setup-go from 5.1.0 to 5.2.0
This commit is contained in:
Winni Neessen 2024-12-13 14:13:28 +01:00 committed by GitHub
commit 1ee877b18c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View file

@ -35,7 +35,7 @@ jobs:
- name: Checkout Code
uses: actions/checkout@61b9e3751b92087fd0b06925ba6dd6314e06f089 # master
- name: Setup go
uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
with:
go-version: '1.23'
- name: Run Tests

View file

@ -24,7 +24,7 @@ jobs:
with:
egress-policy: audit
- uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0
- uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
with:
go-version: '1.23'
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0

View file

@ -28,7 +28,7 @@ jobs:
fetch-depth: 0
- name: Setup Go
uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
with:
go-version: '1.23'