Skip to content

Commit ce6d7fc

Browse files
authored
Merge pull request #155 from timbray/dependabot/github_actions/actions/setup-go-3.4.0
chore(deps): bump actions/setup-go from 3.3.1 to 3.4.0
2 parents 551bed1 + f3e6035 commit ce6d7fc

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
2424

2525
- name: Set up Go ${{ matrix.go-version }}
26-
uses: actions/setup-go@c4a742cab115ed795e34d4513e2cf7d472deb55f
26+
uses: actions/setup-go@d0a58c1c4d2b25278816e339b944508c875f3613
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@c4a742cab115ed795e34d4513e2cf7d472deb55f
27+
uses: actions/setup-go@d0a58c1c4d2b25278816e339b944508c875f3613
2828
with:
2929
go-version: ${{ matrix.go-version }}
3030
id: go

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
2828

2929
- name: Set up Go ${{ matrix.go-version }}
30-
uses: actions/setup-go@c4a742cab115ed795e34d4513e2cf7d472deb55f
30+
uses: actions/setup-go@d0a58c1c4d2b25278816e339b944508c875f3613
3131
with:
3232
go-version: ${{ matrix.go-version }}
3333
id: go
@@ -78,7 +78,7 @@ jobs:
7878
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
7979

8080
- name: Set up Go ${{ matrix.go-version }}
81-
uses: actions/setup-go@c4a742cab115ed795e34d4513e2cf7d472deb55f
81+
uses: actions/setup-go@d0a58c1c4d2b25278816e339b944508c875f3613
8282
with:
8383
go-version: ${{ matrix.go-version }}
8484
id: go

0 commit comments

Comments
 (0)