Skip to content

Commit 8eac72b

Browse files
chore(deps): update actions/setup-go action to v4
1 parent 5713c43 commit 8eac72b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/go-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
ref: ${{ github.head_ref }}
8787

8888
- name: Setup Go ${{ matrix.go-version }}
89-
uses: actions/setup-go@v3
89+
uses: actions/setup-go@v4
9090
with:
9191
go-version: ${{ matrix.go-version }}
9292
cache: true

.github/workflows/go-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
ref: ${{ github.head_ref }}
8787

8888
- name: Setup Go ${{ matrix.go-version }}
89-
uses: actions/setup-go@v3
89+
uses: actions/setup-go@v4
9090
with:
9191
go-version: ${{ matrix.go-version }}
9292
cache: true

0 commit comments

Comments
 (0)