We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 140c512 commit c4a8df5Copy full SHA for c4a8df5
.github/workflows/go.yml
@@ -13,13 +13,13 @@ jobs:
13
runs-on: ubuntu-latest
14
steps:
15
- name: Setup go
16
- uses: actions/setup-go@v2
+ uses: actions/setup-go@v3
17
with:
18
go-version: '^1'
19
- name: Checkout repository
20
uses: actions/checkout@v3
21
- name: Setup golangci-lint
22
- uses: golangci/golangci-lint-action@v2
+ uses: golangci/golangci-lint-action@v3
23
24
version: v1.45.0
25
args: --verbose
@@ -38,7 +38,7 @@ jobs:
38
GOPROXY: https://proxy.golang.org
39
40
- name: Set up Go ${{ matrix.go }}
41
42
43
go-version: ${{ matrix.go }}
44
0 commit comments