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 fc766d0 commit 3c75547
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
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
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
name: Main Process
runs-on: ubuntu-latest
env:
GO_VERSION: "1.19"
GOLANGCI_LINT_VERSION: v1.45.2
GO_VERSION: "1.20"
GOLANGCI_LINT_VERSION: v1.51.2
CGO_ENABLED: 0

steps:
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/bidichk

go 1.19
go 1.20

require golang.org/x/tools v0.12.0

Expand Down

0 comments on commit 3c75547

Please sign in to comment.