mirror of
https://github.com/helm/helm.git
synced 2026-04-14 13:26:42 -04:00
Changed how the setup-go action sets go version
Signed-off-by: Andrew Block <andy.block@gmail.com>
This commit is contained in:
parent
6ba17f1762
commit
35e77cc8ec
2 changed files with 3 additions and 3 deletions
4
.github/workflows/build-pr.yml
vendored
4
.github/workflows/build-pr.yml
vendored
|
|
@ -15,7 +15,7 @@ jobs:
|
|||
- name: Setup Go
|
||||
uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # pin@3.5.0
|
||||
with:
|
||||
go-version: '1.18'
|
||||
go-version-file: go.mod
|
||||
- name: Install golangci-lint
|
||||
run: |
|
||||
curl -sSLO https://github.com/golangci/golangci-lint/releases/download/v$GOLANGCI_LINT_VERSION/golangci-lint-$GOLANGCI_LINT_VERSION-linux-amd64.tar.gz
|
||||
|
|
@ -44,7 +44,7 @@ jobs:
|
|||
- name: Setup Go
|
||||
uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # pin@3.5.0
|
||||
with:
|
||||
go-version: '1.18'
|
||||
go-version-file: go.mod
|
||||
|
||||
- name: Build Helm Binaries
|
||||
run: |
|
||||
|
|
|
|||
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
|
@ -15,7 +15,7 @@ jobs:
|
|||
- name: Setup Go
|
||||
uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # pin@3.5.0
|
||||
with:
|
||||
go-version: '1.18'
|
||||
go-version-file: go.mod
|
||||
|
||||
- name: Set Version
|
||||
id: set-version
|
||||
|
|
|
|||
Loading…
Reference in a new issue