Skip to content

Commit 2458312

Browse files
authoredJul 13, 2022
build(deps): bump actions/setup-go from 3.2.0 to 3.2.1
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 3.2.0 to 3.2.1. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@v3.2.0...v3.2.1) --- updated-dependencies: - dependency-name: actions/setup-go dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 549cbad commit 2458312

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

‎.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Checkout Repository
3232
uses: actions/checkout@v3.0.2
3333
- name: Setup Go
34-
uses: actions/setup-go@v3.2.0
34+
uses: actions/setup-go@v3.2.1
3535
with:
3636
go-version: "1.17"
3737
check-latest: true
@@ -52,7 +52,7 @@ jobs:
5252
- "1.17"
5353
steps:
5454
- name: Setup Go
55-
uses: actions/setup-go@v3.2.0
55+
uses: actions/setup-go@v3.2.1
5656
with:
5757
go-version: ${{ matrix.go }}
5858
check-latest: true

‎.github/workflows/goreleaser.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
with:
2020
fetch-depth: 0
2121
- name: Setup Go
22-
uses: actions/setup-go@v3.2.0
22+
uses: actions/setup-go@v3.2.1
2323
with:
2424
go-version: "1.17"
2525
check-latest: true

0 commit comments

Comments
 (0)
Please sign in to comment.