Skip to content

Commit 72d97b4

Browse files
committed
BUILD/MINOR: go: use Go version 1.20
1 parent 801f960 commit 72d97b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
FROM golang:1.19-alpine AS builder
15+
FROM golang:1.20-alpine AS builder
1616

1717
RUN apk --no-cache add git openssh
1818

0 commit comments

Comments
 (0)