Skip to content

Commit 448e6e9

Browse files
committed
Update GitHub workflow
1 parent 8085f36 commit 448e6e9

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

.github/workflows/go.yml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ jobs:
1212
steps:
1313

1414
- name: Set up Go
15-
uses: actions/setup-go@v2
15+
uses: actions/setup-go@v4
1616
with:
17-
go-version: '1.20'
17+
go-version: '1.21.0-rc.2'
1818

1919
- name: Checkout
2020
uses: actions/checkout@v1
@@ -31,11 +31,12 @@ jobs:
3131
${{ runner.OS }}-build-
3232
${{ runner.OS }}-
3333
34-
- name: Lint
35-
uses: golangci/golangci-lint-action@v2
36-
with:
37-
version: v1.52.1
38-
args: --timeout 10m
34+
# TODO: enable with Go 1.21 final release
35+
# - name: Lint
36+
# uses: golangci/golangci-lint-action@v2
37+
# with:
38+
# version: v1.53.3
39+
# args: --timeout 10m
3940

4041
- name: Vet
4142
if: matrix.os == 'ubuntu-latest'

0 commit comments

Comments
 (0)