Skip to content

Commit 239ca6c

Browse files
build(deps): 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 daef7fd commit 239ca6c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Diff for: .github/workflows/benchmarks.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
2424

2525
- name: Set up Go ${{ matrix.go-version }}
26-
uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7
26+
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32
2727
with:
2828
go-version: ${{ matrix.go-version }}
2929
id: go

Diff for: .github/workflows/go-lint.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
fetch-depth: 1
2525

2626
- name: Set up Go ${{ matrix.go-version }}
27-
uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7
27+
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32
2828
with:
2929
go-version: ${{ matrix.go-version }}
3030
id: go

Diff for: .github/workflows/go-unit-tests.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
3535

3636
- name: Set up Go ${{ matrix.go-version }}
37-
uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7
37+
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32
3838
with:
3939
go-version: ${{ matrix.go-version }}
4040
id: go

0 commit comments

Comments
 (0)