Skip to content

Commit

Permalink
feat(build): bump Golang to version 1.21.9
Browse files Browse the repository at this point in the history
  • Loading branch information
npdgm committed Apr 5, 2024
1 parent 1760a63 commit 61a0f71
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr-code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ permissions:
env:
VERSION_KIND: v0.20.0
VERSION_GOLANGCILINT: latest
VERSION_GOLANG: '1.21.8'
VERSION_GOLANG: '1.21.9'

jobs:
static-analysis:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ env:
COMMIT_EMAIL: monkeynator@enix.io
VERSION_KIND: v0.20.0
VERSION_GOLANGCILINT: latest
VERSION_GOLANG: '1.21.8'
VERSION_GOLANG: '1.21.9'
VERSION_CHARTRELEASER: '1.6.0'
VERSION_OCI_BUSYBOX: '1.36.1-uclibc'
VERSION_OCI_ALPINE: '3.19.1'
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# https://github.com/hadolint/hadolint/issues/861
# hadolint ignore=DL3029
FROM --platform=${BUILDPLATFORM:-linux/amd64} golang:1.21.8-alpine as build
FROM --platform=${BUILDPLATFORM:-linux/amd64} golang:1.21.9-alpine as build

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

Expand Down

0 comments on commit 61a0f71

Please sign in to comment.