We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fea376a + 8483153 commit 23f0f17Copy full SHA for 23f0f17
.github/workflows/release.yml
@@ -87,7 +87,7 @@ jobs:
87
find . -type f
88
- uses: actions/setup-go@v5
89
with:
90
- go-version: 1.21
+ go-version: 1.22
91
cache: true
92
- uses: sigstore/[email protected] # installs cosign
93
- uses: anchore/sbom-action/[email protected] # installs syft
Dockerfile
@@ -2,7 +2,7 @@
2
# Build stage will be used:
3
# - for building the application for production
4
# - as target for development (see devspace.yaml)
5
-FROM golang:1.21.3-alpine3.18 as builder
+FROM golang:1.22.1-alpine3.19 as builder
6
7
# Create project directory (workdir)
8
WORKDIR /app
0 commit comments