From b1200d2659066a80f96365d02f87c432e380025f Mon Sep 17 00:00:00 2001 From: noahdietz Date: Thu, 8 Sep 2022 13:16:12 -0700 Subject: [PATCH] fix(ci): use go 1.18 in release job --- .github/workflows/release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 42a0c12ce..6cda571c8 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -7,7 +7,7 @@ on: jobs: inspect: runs-on: ubuntu-latest - container: golang:1.14 + container: golang:1.18 steps: - uses: actions/checkout@v3 with: @@ -57,7 +57,7 @@ jobs: steps: - uses: actions/setup-go@v3 with: - go-version: "1.14" + go-version: "1.18" - uses: actions/checkout@v3 # The API linter does not use these, but we need them to build the # binaries.