Skip to content

Commit

Permalink
chore: update golang to 1.23.1 (#85)
Browse files Browse the repository at this point in the history
* chore: update golang to 1.23.1

* fix

* fix

* fix
  • Loading branch information
a-thaler authored Sep 17, 2024
1 parent 520d573 commit 5f50d40
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint-go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ jobs:
- name: golangci-lint
uses: golangci/[email protected]
with:
version: v1.57
version: v1.61
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/library/golang:1.23.1-alpine3.20 as builder

ENV BASE_APP_DIR /go/src/github.com/kyma-project/kyma-metrics-collector
WORKDIR ${BASE_APP_DIR}
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ lint-report-count-issue: ## Count lint issues
lint-report-clean: ## Clean lint report
rm -f ./lint-report.json

GOLANG_CI_LINT_VERSION ?= v1.57
GOLANG_CI_LINT_VERSION ?= v1.61
.PHONY: golangci-lint
golangci-lint:
test -s $(LOCALBIN)/golangci-lint && $(LOCALBIN)/golangci-lint version | grep -q $(GOLANG_CI_LINT_VERSION) || \
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/kyma-metrics-collector

go 1.22.2
go 1.23.1

require (
github.com/avast/retry-go/v4 v4.5.1
Expand Down

0 comments on commit 5f50d40

Please sign in to comment.