Update go.yml

fix build
This commit is contained in:
tessa k
2024-06-10 12:25:38 -04:00
committed by GitHub
parent 1642b85a8a
commit 4d7e1426d6

View File

@@ -12,6 +12,6 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.20'
go-version: '1.21'
- name: Build
run: go build -v ./...
run: make