Skip to content

Commit

Permalink
Merge pull request coreos#54 from bgilbert/go1.20
Browse files Browse the repository at this point in the history
workflows: add Go 1.20 and update golangci-lint
  • Loading branch information
bgilbert authored Feb 8, 2023
2 parents 73ff645 + f4dc12b commit 12d07fa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ jobs:
name: test build
strategy:
matrix:
go-version: [1.18.x, 1.19.x]
go-version: [1.18.x, 1.19.x, 1.20.x]
os: [ubuntu-latest]
include:
- go-version: 1.19.x
- go-version: 1.20.x
os: macos-latest
- go-version: 1.19.x
- go-version: 1.20.x
os: windows-latest
runs-on: ${{ matrix.os }}
steps:
Expand All @@ -37,5 +37,5 @@ jobs:
uses: golangci/golangci-lint-action@v3
if: ${{ matrix.os == 'ubuntu-latest' }}
with:
version: v1.48.0
version: v1.51.1
args: -E=gofmt --timeout=30m0s

0 comments on commit 12d07fa

Please sign in to comment.