go version 'stable'

This commit is contained in:
MHSanaei 2023-03-09 22:45:18 +03:30 committed by GitHub
parent 7d887024df
commit b77001973a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3.5.0
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