Skip to content

Commit

Permalink
go 1.23.1 (#304)
Browse files Browse the repository at this point in the history
* go 1.23.1

Signed-off-by: Kenny Leung <[email protected]>

* lint

Signed-off-by: Kenny Leung <[email protected]>

---------

Signed-off-by: Kenny Leung <[email protected]>
  • Loading branch information
k4leung4 authored Sep 11, 2024
1 parent 5c5ce94 commit 818aec9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/style.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
uses: golangci/golangci-lint-action@aaa42aa0628b4ae2578232a66b541047968fac86 # v6.1.0
with:
# Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version.
version: v1.54
version: v1.60
args: --timeout=5m

lint:
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/go-grpc-kit

go 1.22.5
go 1.23.1

require (
github.com/chainguard-dev/clog v1.5.0
Expand Down

0 comments on commit 818aec9

Please sign in to comment.