Skip to content

Commit 8a9d5a5

Browse files
build(deps): 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 e784a35 commit 8a9d5a5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/linters.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
uses: actions/checkout@v3
1212

1313
- name: Set up Go
14-
uses: actions/setup-go@v3 # action page: <https://github.com/actions/setup-go>
14+
uses: actions/setup-go@v4 # action page: <https://github.com/actions/setup-go>
1515
with:
1616
go-version: 1.19
1717

.github/workflows/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
os: ["ubuntu-latest"]
3131
steps:
3232
- name: Set up Go ${{ matrix.go }}
33-
uses: actions/setup-go@v3 # action page: <https://github.com/actions/setup-go>
33+
uses: actions/setup-go@v4 # action page: <https://github.com/actions/setup-go>
3434
with:
3535
go-version: ${{ matrix.go }}
3636

0 commit comments

Comments
 (0)