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 79ca2cb commit f52906eCopy full SHA for f52906e
.github/workflows/ci.yml
@@ -16,7 +16,7 @@ jobs:
16
steps:
17
- uses: actions/setup-go@v2
18
with:
19
- go-version: 1.16
+ go-version: 1.18
20
21
- name: Set env
22
shell: bash
@@ -40,7 +40,7 @@ jobs:
40
41
strategy:
42
matrix:
43
- go-version: [1.16]
+ go-version: [1.18]
44
os: [ubuntu-18.04]
45
46
@@ -54,9 +54,9 @@ jobs:
54
echo "GOPATH=${{ github.workspace }}" >> $GITHUB_ENV
55
echo "${{ github.workspace }}/bin" >> $GITHUB_PATH
56
57
- - uses: golangci/golangci-lint-action@v2
+ - uses: golangci/golangci-lint-action@v3
58
59
- version: v1.29
+ version: v1.48.0
60
working-directory: src/github.com/containerd/zfs
61
62
tests:
@@ -71,7 +71,7 @@ jobs:
71
72
73
74
75
76
77
0 commit comments