Skip to content

Commit f310d5e

Browse files
chore(deps): bump actions/setup-go from 3.4.0 to 3.5.0 (#441)
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 3.4.0 to 3.5.0. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@d0a58c1...6edd440) --- updated-dependencies: - dependency-name: actions/setup-go dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3889ddd commit f310d5e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
uses: arnested/go-version-action@b556f8d91b644164318c709d28b9083eaf0c064d
2020
id: go-version
2121
- name: Set up Go
22-
uses: actions/setup-go@d0a58c1c4d2b25278816e339b944508c875f3613
22+
uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568
2323
with:
2424
go-version: ${{ steps.go-version.outputs.minimal }}
2525
- name: Run GoReleaser

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
uses: actions/checkout@v3
2626

2727
- name: Setup - Go ${{ matrix.go-version }}
28-
uses: actions/setup-go@d0a58c1c4d2b25278816e339b944508c875f3613
28+
uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568
2929
with:
3030
go-version: ${{ matrix.go-version }}
3131

@@ -59,7 +59,7 @@ jobs:
5959
runs-on: ${{ matrix.os }}
6060
needs: get-go-versions
6161
steps:
62-
- uses: actions/setup-go@d0a58c1c4d2b25278816e339b944508c875f3613
62+
- uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568
6363
with:
6464
go-version: ${{ matrix.go-version }}
6565
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)