Skip to content

Commit 3f3d2b3

Browse files
committed
Fix update Go and golangci-lint
1 parent fc766d0 commit 3f3d2b3

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/go-cross.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
strategy:
1919
matrix:
20-
go-version: [ "1.19", "1.20", "1.x" ]
20+
go-version: [ "1.20", "1.21", "1.x" ]
2121
os: [ubuntu-latest, macos-latest, windows-latest]
2222

2323
steps:

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ jobs:
1313
name: Main Process
1414
runs-on: ubuntu-latest
1515
env:
16-
GO_VERSION: "1.19"
17-
GOLANGCI_LINT_VERSION: v1.45.2
16+
GO_VERSION: "1.20"
17+
GOLANGCI_LINT_VERSION: v1.51.2
1818
CGO_ENABLED: 0
1919

2020
steps:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
name: Set up Go
2121
uses: actions/setup-go@v4
2222
with:
23-
go-version: "1.19"
23+
go-version: "1.20"
2424

2525
-
2626
name: Run GoReleaser

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/breml/bidichk
22

3-
go 1.19
3+
go 1.20
44

55
require golang.org/x/tools v0.12.0
66

0 commit comments

Comments
 (0)