Skip to content

Commit 547e075

Browse files
committed
Bump go version to 1.23
1 parent 8b02ed1 commit 547e075

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/smartcontractkit/chainlink-testing-framework/lib
22

3-
go 1.22.5
3+
go 1.23
44

55
require (
66
dario.cat/mergo v1.0.1

lib/k8s/Dockerfile.base

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# base test for all k8s test runs
2-
FROM golang:1.22-bullseye
2+
FROM golang:1.23-bullseye
33

44
ARG BASE_URL
55
ARG HELM_VERSION

0 commit comments

Comments
 (0)