Skip to content

Commit 4014073

Browse files
committed
feat(build): bump Golang to version 1.21
1 parent 20327a4 commit 4014073

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

.github/workflows/pr-code.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ permissions:
1313
env:
1414
VERSION_KIND: v0.20.0
1515
VERSION_GOLANGCILINT: latest
16-
VERSION_GOLANG: '1.20.7'
16+
VERSION_GOLANG: '1.21.5'
1717

1818
jobs:
1919
static-analysis:

.github/workflows/release.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ env:
1212
COMMIT_EMAIL: [email protected]
1313
VERSION_KIND: v0.20.0
1414
VERSION_GOLANGCILINT: latest
15-
VERSION_GOLANG: '1.20.7'
15+
VERSION_GOLANG: '1.21.5'
1616
VERSION_CHARTRELEASER: '1.6.0'
1717
VERSION_OCI_BUSYBOX: '1.36.1-uclibc'
1818
VERSION_OCI_ALPINE: '3.18.3'
@@ -602,6 +602,7 @@ jobs:
602602
entries = []
603603
604604
changelog = requests.get(os.environ['GITHUB_CHANGELOG_URL']).text
605+
print(changelog)
605606
606607
mapping = None
607608
for line in changelog.splitlines():

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# https://github.com/hadolint/hadolint/issues/861
44
# 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
66

77
WORKDIR $GOPATH/src/github.com/enix/x509-certificate-exporter
88

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/enix/x509-certificate-exporter/v3
22

3-
go 1.20
3+
go 1.21
44

55
require (
66
github.com/bmatcuk/doublestar/v4 v4.6.0

0 commit comments

Comments
 (0)