From 0baaf74174c09cee13e5eb7df59603ea065ceeb1 Mon Sep 17 00:00:00 2001 From: Julian Brost Date: Tue, 21 Feb 2023 15:08:56 +0100 Subject: [PATCH] GitHub Actions: run Go lint job with at least 1.19 The jobs were failing and the output contained: "note: module requires Go 1.19" (e.g. https://github.com/Icinga/icingadb/actions/runs/4233417770/jobs/7354361633) --- .github/workflows/go.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index de155212..aadb5a37 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -31,7 +31,7 @@ jobs: - uses: actions/setup-go@v2 with: - go-version: 1.18.x + go-version: ^1.19 - uses: dominikh/staticcheck-action@29e9b80fb8de0521ba4ed3fdf68fed5bbe82a2d2 # v1.1.0 with: