File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 31
31
- name : Set up Go
32
32
uses : actions/setup-go@v5
33
33
with :
34
- go-version : ^1.17
34
+ go-version : ^1.22
35
35
id : go
36
36
37
37
-
uses :
imjasonh/[email protected]
Original file line number Diff line number Diff line change 1
- FROM golang:1.19
1
+ FROM golang:1.22
2
2
ADD https://github.com/GoogleCloudPlatform/docker-credential-gcr/releases/download/v2.1.6/docker-credential-gcr_linux_amd64-2.1.6.tar.gz /usr/local/bin
3
3
RUN tar -C /usr/local/bin/ -xvzf /usr/local/bin/docker-credential-gcr_linux_amd64-2.1.6.tar.gz
4
4
Original file line number Diff line number Diff line change 1
1
# Dockerfile used to build a build step that builds container-structure-test in CI.
2
- FROM golang:1.19
2
+ FROM golang:1.22
3
3
RUN apt-get update && apt-get install make
4
4
RUN mkdir -p /go/src/github.com/GoogleContainerTools
5
5
RUN ln -s /workspace /go/src/github.com/GoogleContainerTools/container-structure-test
Original file line number Diff line number Diff line change 1
- FROM golang:1.19
1
+ FROM golang:1.22
2
2
ADD https://github.com/GoogleCloudPlatform/docker-credential-gcr/releases/download/v2.1.6/docker-credential-gcr_linux_amd64-2.1.6.tar.gz /usr/local/bin/
3
3
RUN tar -C /usr/local/bin/ -xvzf /usr/local/bin/docker-credential-gcr_linux_amd64-2.1.6.tar.gz
4
4
Original file line number Diff line number Diff line change 1
1
module github.com/GoogleContainerTools/container-structure-test
2
2
3
- go 1.19
3
+ go 1.22
4
4
5
5
require (
6
6
github.com/GoogleContainerTools/container-diff v0.17.1-0.20230727210151-35d9770aeea3
You can’t perform that action at this time.
0 commit comments