Skip to content

Commit

Permalink
Update blank.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dsame authored Sep 22, 2023
1 parent c07521f commit e7a27b8
Showing 1 changed file with 8 additions and 13 deletions.
21 changes: 8 additions & 13 deletions .github/workflows/blank.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,12 @@ on:
workflow_dispatch:

jobs:
find-default-go:
name: 'Find default go version'
runs-on: windows-latest
outputs:
version: ${{ steps.goversion.outputs.version }}
check-helm-chart-versions:
runs-on: ubuntu-22.04

steps:
- run: |
ls -la 'C:\hostedtoolcache\windows\go\'
ls -la "C:\hostedtoolcache\windows\go\*"
version=`go env GOVERSION|sed s/^go//`
echo "default go version: $version"
echo "version=$version" >> "$GITHUB_OUTPUT"
id: goversion
shell: bash
- name: Checkout
uses: actions/[email protected]

- name: Setup go
uses: actions/[email protected]

0 comments on commit e7a27b8

Please sign in to comment.