From 7419ffac11d3fd74d156841435b36f67441e3167 Mon Sep 17 00:00:00 2001 From: Christoph Petrausch <263448+hikhvar@users.noreply.github.com> Date: Thu, 14 Dec 2023 23:09:17 +0100 Subject: [PATCH] Bump to Go 1.21 in tests in relase --- .github/workflows/release.yml | 2 +- .github/workflows/tests.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 69aa9e8..85593ec 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,7 +16,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v3 with: - go-version: 1.19.x + go-version: 1.21.x - name: Test run: go test -cover ./... - name: Vet diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 26b59c2..dc16e4f 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -45,7 +45,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v3 with: - go-version: 1.19.x + go-version: 1.21.x - name: Test run: go test -cover ./... - name: Vet