From 2845e9392a7fcc013a8b1f4aae070b2cfd6213c3 Mon Sep 17 00:00:00 2001 From: Rodrigo Garcia Date: Fri, 28 Jun 2024 10:31:48 -0700 Subject: [PATCH] update ci linter --- .github/workflows/golangci-lint.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/golangci-lint.yml b/.github/workflows/golangci-lint.yml index 5026f39..6be5be4 100644 --- a/.github/workflows/golangci-lint.yml +++ b/.github/workflows/golangci-lint.yml @@ -20,10 +20,10 @@ jobs: steps: - uses: actions/checkout@v3 - uses: actions/setup-go@v3 - - name: Set up Go 1.20 + - name: Set up Go 1.21 uses: actions/setup-go@v3 with: - go-version: 1.20.5 + go-version: 1.21.11 id: go - run: go version @@ -31,7 +31,7 @@ jobs: run: | curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s v1.53.3 go mod tidy - ./bin/golangci-lint run -v --timeout=3m --go=1.20.5 + ./bin/golangci-lint run -v --timeout=3m --go=1.21.11 # Optional: working directory, useful for monorepos # working-directory: somedir