diff --git a/.moia-mk.lock b/.moia-mk.lock index 86dd09a..a86d3df 100644 --- a/.moia-mk.lock +++ b/.moia-mk.lock @@ -1 +1 @@ -v0.15.0 +v0.18.0 diff --git a/go.mod b/go.mod index 33093f7..8472cf4 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/moia-dev/aws-apigateway-exporter -go 1.22 +go 1.23 require ( github.com/aws/aws-sdk-go v1.55.5 diff --git a/mk-templates/go.mk b/mk-templates/go.mk index 8c8b3e9..b603f13 100644 --- a/mk-templates/go.mk +++ b/mk-templates/go.mk @@ -13,7 +13,7 @@ LINT_TARGETS := $(shell find . -name '*.go' | sed -e "s|\(.*\)/.*\.go\$ endif # The current version of golangci-lint. # See: https://github.com/golangci/golangci-lint/releases -GOLANGCI_LINT_VERSION ?= 1.56.2 +GOLANGCI_LINT_VERSION ?= 1.60.3 # Executes the linter on all our go files inside of the project .PHONY: lint create-golint-config