Skip to content

Commit

Permalink
Fix update Go and golangci-lint
Browse files Browse the repository at this point in the history
  • Loading branch information
breml committed Aug 26, 2023
1 parent 0693878 commit 480d183
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
name: ci
runs-on: ubuntu-latest
env:
GO_VERSION: "1.19"
GOLANGCI_LINT_VERSION: v1.45.2
GO_VERSION: "1.20"
GOLANGCI_LINT_VERSION: v1.52.2
CGO_ENABLED: 0

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/go-cross.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

strategy:
matrix:
go-version: [ "1.19", "1.20", "1.x" ]
go-version: [ "1.20", "1.21", "1.x" ]
os: [ubuntu-latest, macos-latest, windows-latest]

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
name: Set up Go
uses: actions/setup-go@v3
with:
go-version: "1.19"
go-version: "1.20"

-
name: Run GoReleaser
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/breml/errchkjson

go 1.19
go 1.20

require golang.org/x/tools v0.12.0

Expand Down

0 comments on commit 480d183

Please sign in to comment.