Skip to content

Commit

Permalink
Merge pull request #147 from kolyshkin/go123
Browse files Browse the repository at this point in the history
Add Go 1.23, drop 1.21, bump golangci-lint
  • Loading branch information
thaJeztah authored Sep 17, 2024
2 parents 8824f91 + d071316 commit 7d73c88
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ jobs:
test:
strategy:
matrix:
go-version: [1.18.x, 1.21.x, 1.22.x]
go-version: [1.18.x, 1.22.x, 1.23.x]
platform: [ubuntu-20.04, ubuntu-22.04, ubuntu-24.04, windows-latest, macos-12, macos-14]
runs-on: ${{ matrix.platform }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ lint:
$(BINDIR)/golangci-lint version

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

$(BINDIR):
mkdir -p $(BINDIR)
Expand Down

0 comments on commit 7d73c88

Please sign in to comment.