go version 'stable'

This commit is contained in:
MHSanaei
2023-03-09 22:45:18 +03:30
committed by GitHub
parent 7d887024df
commit b77001973a

View File

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