mirror of
https://github.com/lunchcat/sif.git
synced 2026-01-08 03:10:55 -08:00
Update go.yml
fix build
This commit is contained in:
4
.github/workflows/go.yml
vendored
4
.github/workflows/go.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user