Skip to content

Commit

Permalink
go ver env var fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hellt committed Dec 19, 2023
1 parent 6ce0f6d commit 633847b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
workflow_dispatch:

env:
GOVER: 1.20.2
GO_VER: "1.20.2"
CGO_ENABLED: 0
MKDOCS_INS_VER: 9.1.4-insiders-4.32.4-hellt
GORELEASER_VER: v1.11.4
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
- uses: actions/checkout@v4
- uses: WillAbides/[email protected]
with:
go-version: ${{ env.GOVER }}
go-version: ${{ env.GO_VER }}

- name: Staticcheck
run: |
Expand All @@ -89,7 +89,7 @@ jobs:
- uses: actions/checkout@v4
- uses: WillAbides/[email protected]
with:
go-version: ${{ env.GOVER }}
go-version: ${{ env.GO_VER }}

- name: Cache go modules
uses: actions/cache@v3
Expand Down Expand Up @@ -437,7 +437,7 @@ jobs:
fetch-depth: 0
- uses: WillAbides/[email protected]
with:
go-version: ${{ env.GOVER }}
go-version: ${{ env.GO_VER }}
- uses: actions/download-artifact@v4
with:
name: coverage*
Expand Down Expand Up @@ -501,7 +501,7 @@ jobs:
- name: Set up Go
uses: WillAbides/[email protected]
with:
go-version: ${{ env.GOVER }}
go-version: ${{ env.GO_VER }}

- name: Cache go modules
uses: actions/cache@v3
Expand Down

0 comments on commit 633847b

Please sign in to comment.