Skip to content

Commit

Permalink
fixed go-version
Browse files Browse the repository at this point in the history
  • Loading branch information
wilkermichael committed Feb 21, 2023
1 parent e12a16e commit 4c4f949
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/bin-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
- name: Determine Go version
id: get-go-version
run: |
echo "Building with Go $(cat ./go-version)"
echo "::set-output name=go-version::$(cat ./.go-version)"
echo "Building with Go $(cat .go-version)"
echo "::set-output name=go-version::$(cat .go-version)"
lint:
defaults:
run:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
- name: Determine Go version
id: get-go-version
run: |
echo "Building with Go $(cat ./go-version)"
echo "::set-output name=go-version::$(cat ./.go-version)"
echo "Building with Go $(cat .go-version)"
echo "::set-output name=go-version::$(cat .go-version)"
get-product-version:
defaults:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/terraform-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ jobs:
- name: Determine Go version
id: get-go-version
run: |
echo "Building with Go $(cat ./go-version)"
echo "::set-output name=go-version::$(cat ./.go-version)"
echo "Building with Go $(cat .go-version)"
echo "::set-output name=go-version::$(cat .go-version)"
go-test-lint:
runs-on: ubuntu-latest
defaults:
Expand Down

0 comments on commit 4c4f949

Please sign in to comment.