Fix workflow

This commit is contained in:
Justin Hawkins 2024-03-17 09:38:08 +10:30
parent 192479819d
commit c45e261396

View File

@ -16,7 +16,7 @@ jobs:
- name: Set up Go - name: Set up Go
uses: actions/setup-go@v2 uses: actions/setup-go@v2
with: with:
go-version: 1.17 go-version: 1.22
- name: Build - name: Build
run: go build -v ./... run: go build -v ./...