Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/peaceiris/hugo-theme-iris.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShohei Ueda <30958501+peaceiris@users.noreply.github.com>2022-10-24 19:07:52 +0300
committerGitHub <noreply@github.com>2022-10-24 19:07:52 +0300
commitf98f4d459c416f6821b253c99d347367835de80e (patch)
tree4a2a8448c0970fe9be3b95c7ece913f97b954c89
parentd927ac28f3f5ffd9a019c5707a5a647dc2371e45 (diff)
ci: use go-version-file, remove go-version
-rw-r--r--.github/workflows/ci.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 3e4db5fd..e787624f 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -148,7 +148,6 @@ jobs:
- uses: peaceiris/workflows/setup-hugo@v0.17.2
with:
node-version: "${{ needs.envs.outputs.NODE_VERSION }}"
- go-version: "${{ needs.envs.outputs.GO_VERSION }}"
hugo-version: "${{ needs.envs.outputs.HUGO_VERSION }}"
extended: true