Skip to content

Commit

Permalink
fix: go version
Browse files Browse the repository at this point in the history
  • Loading branch information
mahendraintelops committed Apr 3, 2024
1 parent fea376a commit 8483153
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
find . -type f
- uses: actions/setup-go@v5
with:
go-version: 1.21
go-version: 1.22
cache: true
- uses: sigstore/[email protected] # installs cosign
- uses: anchore/sbom-action/[email protected] # installs syft
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 @@
# Build stage will be used:
# - for building the application for production
# - as target for development (see devspace.yaml)
FROM golang:1.21.3-alpine3.18 as builder
FROM golang:1.22.1-alpine3.19 as builder

# Create project directory (workdir)
WORKDIR /app
Expand Down

0 comments on commit 8483153

Please sign in to comment.