Skip to content

Commit 98e2af9

Browse files
Bump actions/setup-go from 5.0.1 to 5.0.2
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 5.0.1 to 5.0.2. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@cdcb360...0a12ed9) --- updated-dependencies: - dependency-name: actions/setup-go dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2feac15 commit 98e2af9

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/build-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Checkout source code
1616
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # [email protected]
1717
- name: Setup Go
18-
uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # [email protected].1
18+
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # [email protected].2
1919
with:
2020
go-version: '1.22'
2121
- name: Test source headers are present

.github/workflows/golangci-lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # [email protected]
1414

1515
- name: Setup Go
16-
uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # [email protected].1
16+
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # [email protected].2
1717
with:
1818
go-version: "1.22"
1919
- name: golangci-lint

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
fetch-depth: 0
2424

2525
- name: Setup Go
26-
uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # [email protected].1
26+
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # [email protected].2
2727
with:
2828
go-version: '1.22'
2929

@@ -79,7 +79,7 @@ jobs:
7979
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # [email protected]
8080

8181
- name: Setup Go
82-
uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # [email protected].1
82+
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # [email protected].2
8383
with:
8484
go-version: '1.22'
8585

0 commit comments

Comments
 (0)