Skip to content

Commit d8014ee

Browse files
authored
Update go to 1.22 (#417)
Signed-off-by: Appu Goundan <[email protected]>
1 parent c063779 commit d8014ee

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/integration-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Set up Go
3232
uses: actions/setup-go@v5
3333
with:
34-
go-version: ^1.17
34+
go-version: ^1.22
3535
id: go
3636

3737
- uses: imjasonh/[email protected]

deploy/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.19
1+
FROM golang:1.22
22
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
33
RUN tar -C /usr/local/bin/ -xvzf /usr/local/bin/docker-credential-gcr_linux_amd64-2.1.6.tar.gz
44

deploy/Dockerfile.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Dockerfile used to build a build step that builds container-structure-test in CI.
2-
FROM golang:1.19
2+
FROM golang:1.22
33
RUN apt-get update && apt-get install make
44
RUN mkdir -p /go/src/github.com/GoogleContainerTools
55
RUN ln -s /workspace /go/src/github.com/GoogleContainerTools/container-structure-test

deploy/Dockerfile_debug

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.19
1+
FROM golang:1.22
22
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/
33
RUN tar -C /usr/local/bin/ -xvzf /usr/local/bin/docker-credential-gcr_linux_amd64-2.1.6.tar.gz
44

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/GoogleContainerTools/container-structure-test
22

3-
go 1.19
3+
go 1.22
44

55
require (
66
github.com/GoogleContainerTools/container-diff v0.17.1-0.20230727210151-35d9770aeea3

0 commit comments

Comments
 (0)