Skip to content

Commit

Permalink
Merge pull request #198 from nirmata/cve-fixes
Browse files Browse the repository at this point in the history
chore: CVE fixes
  • Loading branch information
realshuting committed May 8, 2024
2 parents dd25a56 + cb0a70d commit 668bda6
Show file tree
Hide file tree
Showing 4 changed files with 599 additions and 1,685 deletions.
2 changes: 1 addition & 1 deletion .github/actions/setup-build-env/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ runs:
git fetch --prune --unshallow
- uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0
with:
go-version: ~1.20.2
go-version: ~1.22.2
- uses: actions/cache@4723a57e26efda3a62cbde1812113b730952852d # v3.2.2
with:
path: ~/go/pkg/mod
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG BUILDER_IMAGE="golang:1.21.6-alpine3.18"
ARG BUILDER_IMAGE="golang:1.22.3-alpine3.18"

FROM --platform=$BUILDPLATFORM $BUILDER_IMAGE as builder

Expand Down

0 comments on commit 668bda6

Please sign in to comment.