upgrade go to v1.20.1

This commit is contained in:
MHSanaei 2023-02-15 23:04:39 +03:30
parent ca40dfe33d
commit 30611383de

View File

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