mirror of
https://github.com/enix/x509-certificate-exporter.git
synced 2026-02-14 18:10:01 +00:00
feat(build): bump Golang to version 1.22.5
This commit is contained in:
2
.github/workflows/pr-code.yml
vendored
2
.github/workflows/pr-code.yml
vendored
@@ -13,7 +13,7 @@ permissions:
|
||||
env:
|
||||
VERSION_KIND: v0.23.0
|
||||
VERSION_GOLANGCILINT: latest
|
||||
VERSION_GOLANG: '1.22.2'
|
||||
VERSION_GOLANG: '1.22.5'
|
||||
|
||||
jobs:
|
||||
static-analysis:
|
||||
|
||||
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -12,7 +12,7 @@ env:
|
||||
COMMIT_EMAIL: monkeynator@enix.io
|
||||
VERSION_KIND: v0.23.0
|
||||
VERSION_GOLANGCILINT: latest
|
||||
VERSION_GOLANG: '1.22.2'
|
||||
VERSION_GOLANG: '1.22.5'
|
||||
VERSION_CHARTRELEASER: '1.6.0'
|
||||
VERSION_OCI_BUSYBOX: '1.36.1-uclibc'
|
||||
VERSION_OCI_ALPINE: '3.20.1'
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
# https://github.com/hadolint/hadolint/issues/861
|
||||
# hadolint ignore=DL3029
|
||||
FROM --platform=${BUILDPLATFORM:-linux/amd64} golang:1.22.2-alpine as build
|
||||
FROM --platform=${BUILDPLATFORM:-linux/amd64} golang:1.22.5-alpine as build
|
||||
|
||||
WORKDIR $GOPATH/src/github.com/enix/x509-certificate-exporter
|
||||
|
||||
|
||||
Reference in New Issue
Block a user