bump Go to 1.21 (#447)

This commit is contained in:
Alessandro Ros
2023-10-22 21:04:35 +02:00
committed by GitHub
parent 7632ae5615
commit 4672de3437
3 changed files with 3 additions and 3 deletions

View File

@@ -29,7 +29,7 @@ jobs:
- uses: actions/setup-go@v2
with:
go-version: "1.20"
go-version: "1.21"
- run: |
go mod tidy

View File

@@ -37,7 +37,7 @@ jobs:
- uses: actions/setup-go@v2
with:
go-version: "1.20"
go-version: "1.21"
- run: make test-highlevel-nodocker

View File

@@ -1,4 +1,4 @@
BASE_IMAGE = golang:1.20-alpine3.18
BASE_IMAGE = golang:1.21-alpine3.18
LINT_IMAGE = golangci/golangci-lint:v1.53.3
.PHONY: $(shell ls)