Update go.yml

fix build
This commit is contained in:
tessa k
2024-06-10 12:25:38 -04:00
committed by GitHub
parent 2b53bc2805
commit ec360b042c

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