@@ -10,7 +10,7 @@ jobs:
- name: Set up Go
uses: actions/[email protected]
with:
- go-version: '1.20.1'
+ go-version: 'stable'
- name: build linux amd64 version
run: |
CGO_ENABLED=1 GOOS=linux GOARCH=amd64 go build -o xui-release -v main.go