bump go version and se gotip

This commit is contained in:
Andrea Spacca
2024-10-26 11:23:14 +02:00
parent d2727e5a31
commit 7ea1a25c0e

View File

@@ -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 ./...