From c1ee30a2f5bfc0aa9d329ff4f43ad26974c19942 Mon Sep 17 00:00:00 2001 From: Shohei Ueda <30958501+peaceiris@users.noreply.github.com> Date: Tue, 25 Oct 2022 01:09:06 +0900 Subject: ci: remove GO_VERSION --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e787624f..c20a5d60 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,6 @@ jobs: permissions: {} outputs: HUGO_VERSION: ${{ steps.envs.outputs.HUGO_VERSION }} - GO_VERSION: ${{ steps.envs.outputs.GO_VERSION }} NODE_VERSION: ${{ steps.envs.outputs.NODE_VERSION }} steps: - uses: actions/checkout@v3 @@ -35,7 +34,6 @@ jobs: id: envs run: | echo "HUGO_VERSION=$(make get-hugo-version)" | tee -a "${GITHUB_OUTPUT}" - echo "GO_VERSION=$(make get-go-version)" | tee -a "${GITHUB_OUTPUT}" echo "NODE_VERSION=$(cat .nvmrc)" | tee -a "${GITHUB_OUTPUT}" deploy: -- cgit v1.2.3