From 3482766d9c3d8bedffd9e6f3e3e3613ac822996a Mon Sep 17 00:00:00 2001 From: "alex.sharov" Date: Wed, 8 Nov 2023 13:46:33 +0300 Subject: [PATCH] save --- .github/workflows/go-checks.yml | 4 ++-- Makefile | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/go-checks.yml b/.github/workflows/go-checks.yml index a8d601c..581cdde 100644 --- a/.github/workflows/go-checks.yml +++ b/.github/workflows/go-checks.yml @@ -15,13 +15,13 @@ jobs: - name: Set up Go uses: actions/setup-go@v4 with: - go-version: '1.19' + go-version: '1.20' - name: Tidy run: go mod tidy - name: golangci-lint uses: golangci/golangci-lint-action@v3 with: - version: latest + version: 'v1.55' skip-pkg-cache: true - name : Test run: go test -v ./... diff --git a/Makefile b/Makefile index 39a1615..9474cdb 100644 --- a/Makefile +++ b/Makefile @@ -38,6 +38,6 @@ lintci: ## lintci-deps: (re)installs golangci-lint to build/bin/golangci-lint lintci-deps: rm -f ./build/bin/golangci-lint - curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b ./build/bin v1.52.2 + curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b ./build/bin v1.55.2 .PHONY: build test run clean \ No newline at end of file