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 <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>
1 parent 0ebbf54 commit e79dcb6

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

Dockerfile

Lines changed: 0 additions & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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)