update gh workflow

This commit is contained in:
Martin Holst Swende 2024-08-19 13:44:23 +02:00
parent ce6db30dd8
commit baa61cec13
No known key found for this signature in database
GPG key ID: 683B438C05A5DDF0

View file

@ -15,7 +15,7 @@ jobs:
- name: Set up Go - name: Set up Go
uses: actions/setup-go@v5 uses: actions/setup-go@v5
with: with:
go-version: 1.21.4 go-version: 1.22.0
cache: false cache: false
- name: Run tests - name: Run tests
run: go test -short ./... run: go test -short ./...