Skip to content

Commit 19249c1

Browse files
Bump go to 1.23 (#185)
1 parent ef24d5b commit 19249c1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.22-alpine as builder
1+
FROM golang:1.23-alpine as builder
22
ENV GO111MODULE=on
33
ARG VERSION=0
44
COPY . /docker-volume-linode

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
module github.com/linode/docker-volume-linode
22

3-
go 1.22
3+
go 1.23
44

5-
toolchain go1.22.5
5+
toolchain go1.23.7
66

77
require (
88
github.com/docker/go-plugins-helpers v0.0.0-20211224144127-6eecb7beb651

0 commit comments

Comments
 (0)