Skip to content

Commit

Permalink
Update go version in containers to go 1.22. (grpc#395)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulosjca committed Sep 4, 2024
1 parent ac2ba48 commit 9c9b352
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion containers/pre_built_workers/go/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
FROM golang:1.22

RUN mkdir -p /executable
WORKDIR /executable
Expand Down
2 changes: 1 addition & 1 deletion containers/runtime/go/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
FROM golang:1.22

RUN mkdir -p /src/workspace
WORKDIR /src/workspace
Expand Down

0 comments on commit 9c9b352

Please sign in to comment.