Skip to content

Commit

Permalink
ci: add testing with go 1.18
Browse files Browse the repository at this point in the history
  • Loading branch information
miabbott committed Mar 28, 2022
1 parent d29be38 commit 4267f3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
name: Test build
strategy:
matrix:
go-version: [1.14.x, 1.15.x, 1.16.x, 1.17.x]
go-version: [1.14.x, 1.15.x, 1.16.x, 1.17.x, 1.18.x]
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.x
Expand All @@ -28,5 +28,5 @@ jobs:
- name: Run linter
uses: golangci/golangci-lint-action@v2
with:
version: v1.42.0
version: v1.45.0
args: -E=gofmt --timeout=30m0s

0 comments on commit 4267f3b

Please sign in to comment.