Skip to content

Commit

Permalink
Bump go version to 1.22.5 (#1027)
Browse files Browse the repository at this point in the history
* bump go to 1.22.5
  • Loading branch information
Tofel authored Jul 11, 2024
1 parent e604424 commit b08691f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/smartcontractkit/chainlink-testing-framework

go 1.21
go 1.22.5

require (
dario.cat/mergo v1.0.0
Expand Down
2 changes: 1 addition & 1 deletion k8s/Dockerfile.base
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# base test for all k8s test runs
FROM golang:1.21-bullseye
FROM golang:1.22-bullseye

ARG BASE_URL
ARG HELM_VERSION
Expand Down

0 comments on commit b08691f

Please sign in to comment.