File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ permissions:
1313env :
1414 VERSION_KIND : v0.24.0
1515 VERSION_GOLANGCILINT : latest
16- VERSION_GOLANG : ' 1.22.5 '
16+ VERSION_GOLANG : ' 1.23.0 '
1717
1818jobs :
1919 static-analysis :
Original file line number Diff line number Diff line change 1212 COMMIT_EMAIL : monkeynator@enix.io
1313 VERSION_KIND : v0.24.0
1414 VERSION_GOLANGCILINT : latest
15- VERSION_GOLANG : ' 1.22.5 '
15+ VERSION_GOLANG : ' 1.23.0 '
1616 VERSION_CHARTRELEASER : ' 1.6.0'
1717 VERSION_OCI_BUSYBOX : ' 1.36.1-uclibc'
1818 VERSION_OCI_ALPINE : ' 3.20.1'
Original file line number Diff line number Diff line change 22
33# https://github.com/hadolint/hadolint/issues/861
44# hadolint ignore=DL3029
5- FROM --platform=${BUILDPLATFORM:-linux/amd64} golang:1.22.5 -alpine as build
5+ FROM --platform=${BUILDPLATFORM:-linux/amd64} golang:1.23.0 -alpine as build
66
77WORKDIR $GOPATH/src/github.com/enix/x509-certificate-exporter
88
Original file line number Diff line number Diff line change 11module github.com/enix/x509-certificate-exporter/v3
22
3- go 1.22 .0
3+ go 1.23 .0
44
5- toolchain go1.22.5
5+ // toolchain go1.23.0
66
77require (
88 github.com/KimMachineGun/automemlimit v0.6.1
You can’t perform that action at this time.
0 commit comments