Skip to content

Commit 8f480c3

Browse files
committed
chore: update version of actions/setup-go in GitHub actions workflows
- Update the version of `actions/setup-go` from v4 to v5 in `goreleaser.yml` - Update the version of `actions/setup-go` from v4 to v5 in `lint.yml` - Update the version of `actions/setup-go` from v4 to v5 in `testing.yml` Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
1 parent 8ac3630 commit 8f480c3

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
with:
1818
fetch-depth: 0
1919
- name: Set up Go
20-
uses: actions/setup-go@v4
20+
uses: actions/setup-go@v5
2121
with:
2222
go-version: 1.17
2323
- name: Run GoReleaser

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
GOPROXY: https://proxy.golang.org
1717
steps:
1818
- name: Set up Go ${{ matrix.go }}
19-
uses: actions/setup-go@v4
19+
uses: actions/setup-go@v5
2020
with:
2121
go-version: ${{ matrix.go }}
2222

.github/workflows/testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- uses: niden/actions-memcached@v7
4040

4141
- name: Set up Go ${{ matrix.go }}
42-
uses: actions/setup-go@v4
42+
uses: actions/setup-go@v5
4343
with:
4444
go-version: ${{ matrix.go }}
4545

0 commit comments

Comments
 (0)