Skip to content

Commit

Permalink
update go version and lint version
Browse files Browse the repository at this point in the history
  • Loading branch information
grischperl committed Jul 9, 2024
1 parent a39fd56 commit 3418d0e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint-go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ jobs:
go-version-file: go.mod

- name: golangci-lint
uses: golangci/golangci-lint-action@v4.0.0
uses: golangci/golangci-lint-action@v6.0.0
with:
version: v1.57
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM europe-docker.pkg.dev/kyma-project/prod/external/golang:1.22.2-alpine3.19 as builder
FROM europe-docker.pkg.dev/kyma-project/prod/external/golang:1.22.5-alpine3.20 as builder

ARG DOCK_PKG_DIR=/go/src/github.com/kyma-project/eventing-publisher-proxy

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 github.com/kyma-project/eventing-publisher-proxy

go 1.22.2
go 1.22.5

require (
github.com/cloudevents/sdk-go/v2 v2.15.2
Expand Down

0 comments on commit 3418d0e

Please sign in to comment.