Skip to content

Commit 6e2c11a

Browse files
Update go.yml
1 parent 51c0fe1 commit 6e2c11a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/go.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: Set up Go
17-
uses: actions/setup-go@v2
17+
uses: actions/setup-go@v3
1818
with:
1919
go-version: 1.17
2020
- name: Checkout code
2121
uses: actions/checkout@v2
2222
- name: Run golangci-lint
23-
uses: golangci/golangci-lint-action@v2
23+
uses: golangci/golangci-lint-action@v3
2424
with:
2525
version: v1.30
2626
args: --timeout 5m

0 commit comments

Comments
 (0)