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 18:56:53 +0300
committerGitHub <noreply@github.com>2022-10-24 18:56:53 +0300
commitd927ac28f3f5ffd9a019c5707a5a647dc2371e45 (patch)
treeab0a559cba8c14ae4e01c1ed20ebbc9a37a0a745
parent63e81081cb19f49c110103f5e8a48d5f805328c4 (diff)
ci: use go-version-file, remove go-version
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 62ba84eb..3e4db5fd 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -54,7 +54,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
@@ -172,7 +171,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