Skip to content

Commit 15b61d9

Browse files
chore(deps): bump actions/setup-go from 4.0.0 to 4.0.1
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 4.0.0 to 4.0.1. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@4d34df0...fac708d) --- 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 81cb3f5 commit 15b61d9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/benchmarks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
2424

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

.github/workflows/go-lint.yaml

Lines changed: 1 addition & 1 deletion
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@4d34df0c2316fe8122ab82dc22947d607c0c91f9
27+
uses: actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753
2828
with:
2929
go-version: ${{ matrix.go-version }}
3030
id: go

.github/workflows/go-unit-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
3535

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

0 commit comments

Comments
 (0)