Skip to content

Commit

Permalink
workflow-test.yaml: set go version
Browse files Browse the repository at this point in the history
  • Loading branch information
tsosunchia committed May 30, 2024
1 parent 94372d9 commit b7b25bc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.22'
check-latest: true
go-version: '1.22.0'
- name: Checkout codebase
uses: actions/checkout@v4
- name: Test with unix
Expand Down

0 comments on commit b7b25bc

Please sign in to comment.