Skip to content

Commit d05ee4f

Browse files
committed
Bump go to 1.23.8
1 parent 56c5249 commit d05ee4f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
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.22 as builder
15+
FROM golang:1.23.8 as builder
1616

1717
ARG GOARCH=amd64
1818
ARG SRC_DIR=/go/src/github.com/nuclio/uhttpc

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Variables
22
DOCKER_IMAGE_NAME := quay.io/nuclio/uhttpc
3-
DOCKER_IMAGE_TAG := 0.0.2
3+
DOCKER_IMAGE_TAG := 0.0.3
44
DOCKER_BUILD_ARGS := --build-arg GOARCH=amd64
55
DOCKER_BUILD_ARGS_ARMHF := --build-arg GOARCH=arm
66
DOCKER_BUILD_ARGS_ARM64 := --build-arg GOARCH=arm64

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module github.com/nuclio/uhttpc
22

3-
go 1.23.4
3+
go 1.23.8

0 commit comments

Comments
 (0)