From 2ae726b0e337736b7453ffd0b386da7c8248cdd4 Mon Sep 17 00:00:00 2001 From: Orel Misan Date: Wed, 6 Dec 2023 11:31:21 +0200 Subject: [PATCH] Makefile: Bump go to 1.20.12 Use the default go image tag. Bump the `go mod tidy` github action. Signed-off-by: Orel Misan --- .github/workflows/main.yaml | 2 +- Makefile | 2 +- go.mod | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 69900219..eee1f469 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - - uses: katexochen/go-tidy-check@v1 + - uses: katexochen/go-tidy-check@v2 lint: name: Lint runs-on: ubuntu-latest diff --git a/Makefile b/Makefile index 7ce126b3..92df2ce8 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,7 @@ VM_CONTAINER_DISK_IMAGE_NAME := kubevirt-realtime-checkup-vm VM_CONTAINER_DISK_IMAGE_TAG ?= latest GO_IMAGE_NAME := docker.io/library/golang -GO_IMAGE_TAG := 1.19.4-bullseye +GO_IMAGE_TAG := 1.20.12 LINTER_IMAGE_NAME := docker.io/golangci/golangci-lint LINTER_IMAGE_TAG := v1.50.1 diff --git a/go.mod b/go.mod index 59968df0..11b1e6b7 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/kiagnose/kubevirt-realtime-checkup -go 1.19 +go 1.20 require ( github.com/kiagnose/kiagnose v0.2.1-0.20221208132946-95d8c7995fab