From 2cb2c3e630f17927906f1f5c37f0de7fa7f3a205 Mon Sep 17 00:00:00 2001 From: Taylor Christie Date: Mon, 11 Sep 2023 10:45:02 -0600 Subject: [PATCH] upgrade to go 1.20 --- .github/workflows/release.yml | 2 +- .github/workflows/test.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f5927ee..a8fbfba 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,7 +25,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v2 with: - go-version: 1.20 + go-version: "1.20" - name: Import GPG key id: import_gpg # TODO: move this to HashiCorp namespace or find alternative that is just simple gpg commands diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index cfb085f..eba2918 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -25,7 +25,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v2.1.3 with: - go-version: 1.20 + go-version: "1.20" id: go - name: Check out code into the Go module directory @@ -60,7 +60,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v2.1.3 with: - go-version: 1.20 + go-version: "1.20" id: go - name: Check out code into the Go module directory