From 3fb050e6096cbc7b38f26d9e02823435a26da524 Mon Sep 17 00:00:00 2001 From: Gustavo Bazan Date: Fri, 1 Mar 2024 11:48:23 +0000 Subject: [PATCH] task: update go matrix (#34) --- .github/workflows/go-test.yml | 4 ++-- .github/workflows/golangci-lint.yml | 2 +- Makefile | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/go-test.yml b/.github/workflows/go-test.yml index 8ca0b48..ea20564 100644 --- a/.github/workflows/go-test.yml +++ b/.github/workflows/go-test.yml @@ -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: diff --git a/.github/workflows/golangci-lint.yml b/.github/workflows/golangci-lint.yml index ddd99c0..a462049 100644 --- a/.github/workflows/golangci-lint.yml +++ b/.github/workflows/golangci-lint.yml @@ -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 diff --git a/Makefile b/Makefile index 43d6472..cd950c3 100644 --- a/Makefile +++ b/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