Skip to content

Commit

Permalink
Makefile: Bump go to 1.20.12
Browse files Browse the repository at this point in the history
Use the default go image tag.
Bump the `go mod tidy` github action.

Signed-off-by: Orel Misan <omisan@redhat.com>
  • Loading branch information
orelmisan committed Dec 6, 2023
1 parent 464d8f4 commit 4085928
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
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/kiagnose/kubevirt-realtime-checkup

go 1.19
go 1.20

require (
github.com/kiagnose/kiagnose v0.2.1-0.20221208132946-95d8c7995fab
Expand Down

0 comments on commit 4085928

Please sign in to comment.