Skip to content

Commit

Permalink
Update go to 1.23.2 and golangci-lint (#1334)
Browse files Browse the repository at this point in the history
  • Loading branch information
cpanato authored Oct 4, 2024
1 parent 771513d commit eea7592
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/verify.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ jobs:
with:
go-version-file: 'go.mod'
check-latest: true

- name: golangci-lint
uses: golangci/golangci-lint-action@971e284b6050e8a5849b72094c50ab08da042db8 # v6.1.1
timeout-minutes: 5
with:
version: v1.60.1
version: v1.61

- run: |
make generate
Expand Down
4 changes: 4 additions & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ linters-settings:
ws: "\\s*"
goimports:
local-prefixes: chainguard.dev/apko
gosec:
excludes:
# TODO: review those and remove if possible
- G115 # integer overflow conversion uint64 -> int

linters:
enable:
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module chainguard.dev/apko

go 1.23.1
go 1.23.2

require (
chainguard.dev/sdk v0.1.26
Expand Down

0 comments on commit eea7592

Please sign in to comment.