Skip to content

Commit

Permalink
bumped go and linter versions
Browse files Browse the repository at this point in the history
  • Loading branch information
cmendible committed Dec 5, 2023
1 parent 433ec78 commit a5b5252
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:
name: Build ${{ matrix.target_os }}_${{ matrix.target_arch }} binaries
runs-on: ${{ matrix.os }}
env:
GOVER: 1.20.3
GOLANGCILINT_VER: v1.52.2
GOVER: '1.21'
GOLANGCILINT_VER: v1.54
GOOS: ${{ matrix.target_os }}
GOARCH: ${{ matrix.target_arch }}
GOPROXY: https://proxy.golang.org
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
- name: golangci-lint
if: matrix.target_os == 'linux' && matrix.target_arch == 'amd64'
uses: golangci/golangci-lint-action@v3.3.1
uses: golangci/golangci-lint-action@v3
with:
version: ${{ env.GOLANGCILINT_VER }}
args: --timeout 3m --verbose
Expand Down

0 comments on commit a5b5252

Please sign in to comment.