Skip to content

Commit f52906e

Browse files
committed
Update Go version to supported version
Also update linter to correct version for latest Go Signed-off-by: Phil Estes <estesp@amazon.com>
1 parent 79ca2cb commit f52906e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
steps:
1717
- uses: actions/setup-go@v2
1818
with:
19-
go-version: 1.16
19+
go-version: 1.18
2020

2121
- name: Set env
2222
shell: bash
@@ -40,7 +40,7 @@ jobs:
4040

4141
strategy:
4242
matrix:
43-
go-version: [1.16]
43+
go-version: [1.18]
4444
os: [ubuntu-18.04]
4545

4646
steps:
@@ -54,9 +54,9 @@ jobs:
5454
echo "GOPATH=${{ github.workspace }}" >> $GITHUB_ENV
5555
echo "${{ github.workspace }}/bin" >> $GITHUB_PATH
5656
57-
- uses: golangci/golangci-lint-action@v2
57+
- uses: golangci/golangci-lint-action@v3
5858
with:
59-
version: v1.29
59+
version: v1.48.0
6060
working-directory: src/github.com/containerd/zfs
6161

6262
tests:
@@ -71,7 +71,7 @@ jobs:
7171

7272
- uses: actions/setup-go@v2
7373
with:
74-
go-version: 1.16
74+
go-version: 1.18
7575

7676
- name: Set env
7777
shell: bash

0 commit comments

Comments
 (0)