Skip to content

Commit

Permalink
Merge pull request #125 from blinklabs-io/chore/ci-golangci-lint-go-v…
Browse files Browse the repository at this point in the history
…ersions

chore(ci): use go 1.19 and 1.20 for golangci-lint
  • Loading branch information
wolf31o2 authored Aug 9, 2023
2 parents f3c1715 + 9afe785 commit 4dc1acf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
name: lint
strategy:
matrix:
go-version: [1.18.x, 1.19.x]
go-version: [1.19.x, 1.20.x]
platform: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.platform }}
steps:
Expand Down

0 comments on commit 4dc1acf

Please sign in to comment.