Skip to content

Commit

Permalink
Print out go version
Browse files Browse the repository at this point in the history
  • Loading branch information
NHAS committed Sep 4, 2023
1 parent 09729a7 commit 9b894cc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@ jobs:
with:
go-version: "1.21.0"

- name: Test with the Go CLI
run: sudo go version

- name: Test with the Go CLI
run: sudo go env

- name: Test with the Go CLI
run: sudo -E go test -v ./...

Expand Down

0 comments on commit 9b894cc

Please sign in to comment.