Skip to content

Commit 7d73c88

Browse files
authored
Merge pull request #147 from kolyshkin/go123
Add Go 1.23, drop 1.21, bump golangci-lint
2 parents 8824f91 + d071316 commit 7d73c88

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ jobs:
44
test:
55
strategy:
66
matrix:
7-
go-version: [1.18.x, 1.21.x, 1.22.x]
7+
go-version: [1.18.x, 1.22.x, 1.23.x]
88
platform: [ubuntu-20.04, ubuntu-22.04, ubuntu-24.04, windows-latest, macos-12, macos-14]
99
runs-on: ${{ matrix.platform }}
1010
steps:

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ lint:
4747
$(BINDIR)/golangci-lint version
4848

4949
$(BINDIR)/golangci-lint: $(BINDIR)
50-
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(BINDIR) v1.59.1
50+
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(BINDIR) v1.60.1
5151

5252
$(BINDIR):
5353
mkdir -p $(BINDIR)

0 commit comments

Comments
 (0)