Skip to content

Commit 23f0f17

Browse files
Merge pull request #208 from intelops/fix
fix: go version
2 parents fea376a + 8483153 commit 23f0f17

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
find . -type f
8888
- uses: actions/setup-go@v5
8989
with:
90-
go-version: 1.21
90+
go-version: 1.22
9191
cache: true
9292
- uses: sigstore/[email protected] # installs cosign
9393
- uses: anchore/sbom-action/[email protected] # installs syft

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Build stage will be used:
33
# - for building the application for production
44
# - as target for development (see devspace.yaml)
5-
FROM golang:1.21.3-alpine3.18 as builder
5+
FROM golang:1.22.1-alpine3.19 as builder
66

77
# Create project directory (workdir)
88
WORKDIR /app

0 commit comments

Comments
 (0)