Skip to content

Commit c4a8df5

Browse files
committedApr 23, 2022
chore(github): upgrade some action package
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
1 parent 140c512 commit c4a8df5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎.github/workflows/go.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: Setup go
16-
uses: actions/setup-go@v2
16+
uses: actions/setup-go@v3
1717
with:
1818
go-version: '^1'
1919
- name: Checkout repository
2020
uses: actions/checkout@v3
2121
- name: Setup golangci-lint
22-
uses: golangci/golangci-lint-action@v2
22+
uses: golangci/golangci-lint-action@v3
2323
with:
2424
version: v1.45.0
2525
args: --verbose
@@ -38,7 +38,7 @@ jobs:
3838
GOPROXY: https://proxy.golang.org
3939
steps:
4040
- name: Set up Go ${{ matrix.go }}
41-
uses: actions/setup-go@v2
41+
uses: actions/setup-go@v3
4242
with:
4343
go-version: ${{ matrix.go }}
4444

0 commit comments

Comments
 (0)