Skip to content

Commit

Permalink
fix: add test command to check change go version
Browse files Browse the repository at this point in the history
  • Loading branch information
xoanmm committed Jun 7, 2022
1 parent 4ba02d9 commit 5ea7cfe
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/pr-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,13 @@ jobs:
with:
fetch-depth: 1

- uses: actions/setup-go@v3
with:
go-version: 1.18

- name: Check go version
run: go version

- name: Set Go paths
id: go-paths
run: |
Expand Down

0 comments on commit 5ea7cfe

Please sign in to comment.