File tree 4 files changed +6
-4
lines changed
4 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ permissions:
13
13
env :
14
14
VERSION_KIND : v0.20.0
15
15
VERSION_GOLANGCILINT : latest
16
- VERSION_GOLANG : ' 1.21.9 '
16
+ VERSION_GOLANG : ' 1.22.2 '
17
17
18
18
jobs :
19
19
static-analysis :
Original file line number Diff line number Diff line change 12
12
13
13
VERSION_KIND : v0.20.0
14
14
VERSION_GOLANGCILINT : latest
15
- VERSION_GOLANG : ' 1.21.9 '
15
+ VERSION_GOLANG : ' 1.22.2 '
16
16
VERSION_CHARTRELEASER : ' 1.6.0'
17
17
VERSION_OCI_BUSYBOX : ' 1.36.1-uclibc'
18
18
VERSION_OCI_ALPINE : ' 3.19.1'
Original file line number Diff line number Diff line change 2
2
3
3
# https://github.com/hadolint/hadolint/issues/861
4
4
# hadolint ignore=DL3029
5
- FROM --platform=${BUILDPLATFORM:-linux/amd64} golang:1.21.9 -alpine as build
5
+ FROM --platform=${BUILDPLATFORM:-linux/amd64} golang:1.22.2 -alpine as build
6
6
7
7
WORKDIR $GOPATH/src/github.com/enix/x509-certificate-exporter
8
8
Original file line number Diff line number Diff line change 1
1
module github.com/enix/x509-certificate-exporter/v3
2
2
3
- go 1.21
3
+ go 1.22.0
4
+
5
+ toolchain go1.22.2
4
6
5
7
require (
6
8
github.com/bmatcuk/doublestar/v4 v4.6.1
You can’t perform that action at this time.
0 commit comments