Skip to content
This repository was archived by the owner on May 24, 2023. It is now read-only.

Commit 24d8aec

Browse files
Bump actions/setup-go from 3 to 4
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 3 to 4. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@v3...v4) --- updated-dependencies: - dependency-name: actions/setup-go dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3378407 commit 24d8aec

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/gotidy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
uses: actions/checkout@v3.3.0
1919
-
2020
name: Set up Go
21-
uses: actions/setup-go@v3
21+
uses: actions/setup-go@v4
2222
with:
2323
go-version: 1.16
2424
-

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: '${{ matrix.platform }}'
1919
steps:
2020
- name: Install Go
21-
uses: actions/setup-go@v3
21+
uses: actions/setup-go@v4
2222
with:
2323
go-version: ${{ matrix.go-version }}
2424
- name: Setup Golang caches

0 commit comments

Comments
 (0)