Skip to content

Commit 11568c4

Browse files
committed
Managed by Terraform: Update go-validate.yml GitHub workflow
1 parent bd043a9 commit 11568c4

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/go-validate.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ permissions:
1212
jobs:
1313
get-go-version:
1414
runs-on: ubuntu-latest
15+
outputs:
16+
go-version: ${{ steps.get-go-version.outputs.go-version }}
1517
steps:
1618
- uses: actions/checkout@v2
1719
- name: 'Determine Go version'
@@ -29,9 +31,7 @@ jobs:
2931
- uses: actions/setup-go@v3
3032
with:
3133
go-version: ${{ needs.get-go-version.outputs.go-version }}
32-
- run: |
33-
go version
34-
go mod tidy
34+
- run: go mod tidy
3535
check-lint:
3636
needs:
3737
- get-go-version

0 commit comments

Comments
 (0)