Skip to content

Commit

Permalink
Update golang and driver versions. (#399)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulosjca authored Nov 22, 2024
1 parent f7ea01d commit c877bd8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Set up Go 1.x
uses: actions/setup-go@v5.0.1
with:
go-version: ^1.22
go-version: 1.21.x
id: go

- name: Check out code into the Go module directory
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
TEST_INFRA_VERSION ?= latest

# Version of gRPC core used for the gRPC driver
DRIVER_VERSION ?= v1.62.1
DRIVER_VERSION ?= v1.68.0

# Prefix for all images used as clone and ready containers, enabling use with
# registries other than Docker Hub
Expand Down
2 changes: 1 addition & 1 deletion config/defaults_template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ languages:
runImage: "{{ .RunImagePrefix }}cxx:{{ .Version }}"

- language: go
buildImage: golang:1.20
buildImage: golang:1.23
runImage: "{{ .RunImagePrefix }}go:{{ .Version }}"

- language: java
Expand Down
2 changes: 1 addition & 1 deletion containers/runtime/controller/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build the manager binary
FROM golang:1.20 as builder
FROM golang:1.21 AS builder

WORKDIR /workspace
# Copy the Go Modules manifests
Expand Down

0 comments on commit c877bd8

Please sign in to comment.