Skip to content

Commit

Permalink
Bump CIT go version from 1.20 to 1.21 (#964)
Browse files Browse the repository at this point in the history
  • Loading branch information
a-crate authored Dec 5, 2023
1 parent 93ea592 commit f7df23a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion imagetest/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM golang:1.20-alpine as builder
FROM golang:1.21-alpine as builder

WORKDIR /build
COPY . .
Expand Down
2 changes: 1 addition & 1 deletion imagetest/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/GoogleCloudPlatform/guest-test-infra/imagetest

go 1.20
go 1.21

require (
cloud.google.com/go/compute v1.23.3
Expand Down

0 comments on commit f7df23a

Please sign in to comment.