diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 836841d0..e2817892 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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: diff --git a/Makefile b/Makefile index 6b57fd80..1fb1e5e2 100644 --- a/Makefile +++ b/Makefile @@ -48,7 +48,7 @@ lint: $(BINDIR)/golangci-lint done $(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)