Skip to content

Commit

Permalink
task: update go matrix (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
gssbzn committed Mar 1, 2024
1 parent 37e39c4 commit 3fb050e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go-test.yml
Expand Up @@ -11,8 +11,8 @@ jobs:
fail-fast: false
matrix:
golang:
- "1.20"
- "1.21"
- "stable"
- "oldstable"
os: [ubuntu-latest, windows-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/golangci-lint.yml
Expand Up @@ -18,4 +18,4 @@ jobs:
- name: golangci-lint
uses: golangci/golangci-lint-action@v4.0.0
with:
version: v1.54.1
version: v1.56.1
2 changes: 1 addition & 1 deletion Makefile
@@ -1,6 +1,6 @@
# A Self-Documenting Makefile: http://marmelab.com/blog/2016/02/29/auto-documented-makefile.html

GOLANGCI_VERSION=v1.54.1
GOLANGCI_VERSION=v1.56.1
COVERAGE=coverage.out

.PHONY: setup
Expand Down

0 comments on commit 3fb050e

Please sign in to comment.