Skip to content

Commit

Permalink
ci: bump golangci-lint to v1.62.0
Browse files Browse the repository at this point in the history
Signed-off-by: dntosas <[email protected]>
  • Loading branch information
dntosas committed Nov 19, 2024
1 parent 58154b7 commit 8e0ee68
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,19 +32,9 @@ jobs:
- name: Run go lint
uses: golangci/golangci-lint-action@v6
with:
version: v1.59.1
version: v1.62.0
args: --timeout 5m --enable revive,gofmt,copyloopvar --exclude-use-default=false --modules-download-mode=vendor --build-tags integration

- name: Run go test
run: make test

# - name: Upload coverage to Codecov
# uses: codecov/codecov-action@v4
# with:
# token: ${{ secrets.CODECOV_TOKEN }}
# env_vars: GO
# fail_ci_if_error: true
# files: ./cover.out
# flags: unittests
# name: codecov-umbrella
# verbose: true
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ GROUP = $(shell id -g)
PROJECT = "capi2argo-cluster-operator"
GOBUILD_OPTS = -ldflags="-s -w -X ${PROJECT}/cmd.Version=${VERSION} -X ${PROJECT}/cmd.CommitHash=${COMMIT}"
GO_IMAGE = "golang:1.23-alpine"
GO_IMAGE_CI = "golangci/golangci-lint:v1.59.1"
GO_IMAGE_CI = "golangci/golangci-lint:v1.62.0"
DISTROLESS_IMAGE = "gcr.io/distroless/static:nonroot"
IMAGE_TAG_BASE ?= "ghcr.io/dntosas/${PROJECT}"

Expand Down

0 comments on commit 8e0ee68

Please sign in to comment.