Skip to content

Commit

Permalink
Upgrade golang from 1.19.3 to 1.20.4
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaslorentsen authored May 15, 2023
1 parent 29675a4 commit c66cf8f
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/Dockerfile.linux
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ARG BASE_DIR=/durabletask
ARG NAME=durable_task_monitor

FROM golang:1.19.3-buster AS builder
FROM golang:1.20.4-buster AS builder
ARG BASE_DIR
ARG NAME
COPY cmd $BASE_DIR/cmd
Expand Down
2 changes: 1 addition & 1 deletion src/Dockerfile.windows
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ARG BASE_DIR=/durabletask
ARG NAME=durable_task_monitor

FROM golang:1.19.3-nanoserver AS builder
FROM golang:1.20.4-nanoserver AS builder
ARG BASE_DIR
ARG NAME
COPY cmd $BASE_DIR/cmd
Expand Down
2 changes: 1 addition & 1 deletion src/cmd/bash/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module jenkinsci.org/plugins/durabletask/bash

go 1.16
go 1.20

replace jenkinsci.org/plugins/durabletask/common => ../../pkg/common

Expand Down
2 changes: 1 addition & 1 deletion src/cmd/windows/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module jenkinsci.org/plugins/durabletask/windows

go 1.16
go 1.20

replace jenkinsci.org/plugins/durabletask/common => ../../pkg/common

Expand Down
2 changes: 1 addition & 1 deletion src/pkg/common/go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module jenkinsci.org/plugins/durabletask/common

go 1.16
go 1.20

0 comments on commit c66cf8f

Please sign in to comment.