From d2bd85698529058aa27dd9d010c810705035d34d Mon Sep 17 00:00:00 2001 From: Jason Hall Date: Sat, 19 Mar 2022 21:23:54 -0400 Subject: [PATCH] use 1.18 for CI, don't install Go to deploy --- .github/workflows/ci.yaml | 2 +- .github/workflows/deploy.yaml | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 5af1df8..fbdf614 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -14,6 +14,6 @@ jobs: steps: - uses: actions/setup-go@v2 with: - go-version: 1.16 + go-version: 1.18 - uses: actions/checkout@v3 - run: go build ./... diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index da55a7c..8a158a9 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -18,9 +18,6 @@ jobs: - uses: actions/checkout@v3 # Install tools. - - uses: actions/setup-go@v3 - with: - go-version: 1.17.x - uses: imjasonh/setup-ko@v0.4 env: KO_DOCKER_REPO: gcr.io/kontaindotme