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

Commit 157d565

Browse files
build(deps): update actions/setup-go action to v4 [skip ci] (#574)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 07d26ff commit 157d565

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/pre-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
GOPROXY: "https://proxy.golang.org"
8686
steps:
8787
- name: Install Go
88-
uses: actions/setup-go@v3
88+
uses: actions/setup-go@v4
8989
with:
9090
go-version: ${{ matrix.go-version }}
9191
- name: Checkout code

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
GOPROXY: "https://proxy.golang.org"
8383
steps:
8484
- name: Install Go
85-
uses: actions/setup-go@v3
85+
uses: actions/setup-go@v4
8686
with:
8787
go-version: ${{ matrix.go-version }}
8888
- name: Checkout code

.github/workflows/reviewdog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Set up Go
12-
uses: actions/setup-go@v3
12+
uses: actions/setup-go@v4
1313
with:
1414
go-version: ${{ env.GO_VERSION }}
1515
id: go

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
GOPROXY: "https://proxy.golang.org"
1313
steps:
1414
- name: Install Go
15-
uses: actions/setup-go@v3
15+
uses: actions/setup-go@v4
1616
with:
1717
go-version: ${{ matrix.go-version }}
1818
- name: Checkout code

0 commit comments

Comments
 (0)