Skip to content

Commit e79dcb6

Browse files
🌱 Upgrade to go 1.20 (#1262)
* remove unneeded comment. the docker version is specified as a tag. The comment will just get outdated. Signed-off-by: Spencer Schrock <[email protected]> * bump go to 1.20. at the minimum this is needed to upgrade sigstore/cosign/v2. Signed-off-by: Spencer Schrock <[email protected]> --------- Signed-off-by: Spencer Schrock <[email protected]>
1 parent 0ebbf54 commit e79dcb6

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Dockerfile

-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
# -e GITHUB_REPOSITORY="ossf/scorecard" \
2323
# laurentsimon/scorecard-action:latest
2424

25-
#v1.19 go
2625
FROM golang:1.21.1@sha256:cffaba795c36f07e372c7191b35ceaae114d74c31c3763d442982e3a4df3b39e AS builder
2726
WORKDIR /src
2827
ENV CGO_ENABLED=0

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/ossf/scorecard-action
22

3-
go 1.19
3+
go 1.20
44

55
require (
66
github.com/caarlos0/env/v6 v6.10.1

0 commit comments

Comments
 (0)