Skip to content

Commit

Permalink
feat: update tools
Browse files Browse the repository at this point in the history
  • Loading branch information
JGiola committed Mar 7, 2024
1 parent 4d2e666 commit b325b71
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Go",
"image": "golang:1.22.0",
"image": "golang:1.22.1",
"containerUser": "root",
"features": {
"ghcr.io/devcontainers/features/common-utils:2": {},
Expand Down
2 changes: 1 addition & 1 deletion .go-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.22.0
1.22.1
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ ci: test-coverage

### Put your custom import, define or goals under here ###

KIND_IMAGE_VERSION?= kindest/node:v1.22.15@sha256:7d9708c4b0873f0fe2e171e2b1b7f45ae89482617778c1c875f1053d4cef2e41
KIND_IMAGE_VERSION?= kindest/node:v1.27.11@sha256:681253009e68069b8e01aad36a1e0fa8cf18bb0ab3e5c4069b2e65cafdd70843
KIND_CLUSTER_1_NAME:= vab-cluster-1
KIND_CLUSTER_2_NAME:= vab-cluster-2

Expand Down
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/mia-platform/vab

go 1.22.0
go 1.22.1

require (
github.com/dchest/uniuri v1.2.0
Expand Down

0 comments on commit b325b71

Please sign in to comment.