Skip to content

Commit e120ed5

Browse files
authored
Merge pull request #203 from CycloneDX/dependabot/github_actions/actions/setup-go-5.1.0
2 parents 49384fb + b844512 commit e120ed5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Checkout Repository
3232
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # tag=v4.2.1
3333
- name: Setup Go
34-
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # tag=v5.0.2
34+
uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # tag=v5.1.0
3535
with:
3636
go-version: "1.22"
3737
check-latest: true
@@ -54,7 +54,7 @@ jobs:
5454
- "1.22"
5555
steps:
5656
- name: Setup Go
57-
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # tag=v5.0.2
57+
uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # tag=v5.1.0
5858
with:
5959
go-version: ${{ matrix.go }}
6060
check-latest: true

.github/workflows/goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
with:
2121
fetch-depth: 0
2222
- name: Setup Go
23-
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # tag=v5.0.2
23+
uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # tag=v5.1.0
2424
with:
2525
go-version: "1.22"
2626
check-latest: true

0 commit comments

Comments
 (0)