Skip to content

Commit

Permalink
🌱 Upgrade to go 1.20 (#1262)
Browse files Browse the repository at this point in the history
* remove unneeded comment.

the docker version is specified as a tag. The comment will just get outdated.

Signed-off-by: Spencer Schrock <sschrock@google.com>

* bump go to 1.20.

at the minimum this is needed to upgrade sigstore/cosign/v2.

Signed-off-by: Spencer Schrock <sschrock@google.com>

---------

Signed-off-by: Spencer Schrock <sschrock@google.com>
  • Loading branch information
spencerschrock committed Sep 13, 2023
1 parent 0ebbf54 commit e79dcb6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
# -e GITHUB_REPOSITORY="ossf/scorecard" \
# laurentsimon/scorecard-action:latest

#v1.19 go
FROM golang:1.21.1@sha256:cffaba795c36f07e372c7191b35ceaae114d74c31c3763d442982e3a4df3b39e AS builder
WORKDIR /src
ENV CGO_ENABLED=0
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/ossf/scorecard-action

go 1.19
go 1.20

require (
github.com/caarlos0/env/v6 v6.10.1
Expand Down

0 comments on commit e79dcb6

Please sign in to comment.