Skip to content

Commit

Permalink
Update GitHub workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
janos committed Jun 27, 2023
1 parent 8085f36 commit 448e6e9
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ jobs:
steps:

- name: Set up Go
uses: actions/setup-go@v2
uses: actions/setup-go@v4
with:
go-version: '1.20'
go-version: '1.21.0-rc.2'

- name: Checkout
uses: actions/checkout@v1
Expand All @@ -31,11 +31,12 @@ jobs:
${{ runner.OS }}-build-
${{ runner.OS }}-
- name: Lint
uses: golangci/golangci-lint-action@v2
with:
version: v1.52.1
args: --timeout 10m
# TODO: enable with Go 1.21 final release
# - name: Lint
# uses: golangci/golangci-lint-action@v2
# with:
# version: v1.53.3
# args: --timeout 10m

- name: Vet
if: matrix.os == 'ubuntu-latest'
Expand Down

0 comments on commit 448e6e9

Please sign in to comment.