Skip to content

Commit

Permalink
update go version
Browse files Browse the repository at this point in the history
Signed-off-by: Moedinger, Marcus (415) <[email protected]>
  • Loading branch information
mreise authored and karlpip committed Aug 6, 2024
1 parent ea9cdd9 commit 5296c05
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/foss-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- uses: actions/setup-go@v3
continue-on-error: true
with:
go-version: '^1.20'
go-version: '^1.22'
- name: build binary
run: |
go build -v
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/govulncheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: '^1.20.3'
go-version: '^1.22'
- name: Run govulncheck
run: |
go install golang.org/x/vuln/cmd/govulncheck@latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- run: git fetch --force --tags
- uses: actions/setup-go@v3
with:
go-version: '^1.20'
go-version: '^1.22'
- name: Docker Login
uses: docker/login-action@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: '^1.20.1'
go-version: '^1.22'
- name: Create config and sbom file
run: |
echo $CONFIG | base64 -d > conf.yml
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 @@
#
# SPDX-License-Identifier: MIT

FROM golang:1.20-alpine as builder
FROM golang:1.22-alpine as builder
WORKDIR /cli

COPY go.mod go.sum ./
Expand Down

0 comments on commit 5296c05

Please sign in to comment.