Skip to content

Commit

Permalink
bump go version and se gotip
Browse files Browse the repository at this point in the history
  • Loading branch information
aspacca committed Oct 26, 2024
1 parent d2727e5 commit 7ea1a25
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,14 @@ jobs:
run: |
go install golang.org/dl/gotip@latest
gotip download
- name: Vet and test
- name: Vet and test no tip
if: ${{ matrix.go_version != 'tip' }}
run: |
go version
go vet ./...
go test ./...
else:
- name: Vet and test gotip
if: ${{ matrix.go_version == 'tip' }}
run: |
gotip version
gotip vet ./...
Expand Down

0 comments on commit 7ea1a25

Please sign in to comment.