Skip to content

Commit

Permalink
Bump to Go 1.18
Browse files Browse the repository at this point in the history
  • Loading branch information
marcofranssen committed Jun 24, 2022
1 parent 7521383 commit 5efa5ba
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 77 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3.2.0
with:
go-version: 1.17
go-version: 1.18
check-latest: true

- name: Checkout
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3.2.0
with:
go-version: 1.17
go-version: 1.18
check-latest: true

- name: Install cosign
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.17-alpine as build
FROM golang:1.18-alpine as build
WORKDIR /build

COPY go.mod go.sum ./
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/philips-labs/slsa-provenance-action

go 1.17
go 1.18

require (
github.com/awslabs/amazon-ecr-credential-helper/ecr-login v0.0.0-20211215200129-69c85dc22db6
Expand Down
Loading

0 comments on commit 5efa5ba

Please sign in to comment.