File tree 4 files changed +5
-4
lines changed
4 files changed +5
-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.20.7 '
16
+ VERSION_GOLANG : ' 1.21.5 '
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.20.7 '
15
+ VERSION_GOLANG : ' 1.21.5 '
16
16
VERSION_CHARTRELEASER : ' 1.6.0'
17
17
VERSION_OCI_BUSYBOX : ' 1.36.1-uclibc'
18
18
VERSION_OCI_ALPINE : ' 3.18.3'
@@ -602,6 +602,7 @@ jobs:
602
602
entries = []
603
603
604
604
changelog = requests.get(os.environ['GITHUB_CHANGELOG_URL']).text
605
+ print(changelog)
605
606
606
607
mapping = None
607
608
for line in changelog.splitlines():
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.20.7 -alpine as build
5
+ FROM --platform=${BUILDPLATFORM:-linux/amd64} golang:1.21.5 -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.20
3
+ go 1.21
4
4
5
5
require (
6
6
github.com/bmatcuk/doublestar/v4 v4.6.0
You can’t perform that action at this time.
0 commit comments