diff options
| author | MHSanaei <ho3ein.sanaei@gmail.com> | 2023-03-09 22:15:18 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-09 22:15:18 +0300 |
| commit | b77001973ae16134d89f39105e26d288c3e6f23e (patch) | |
| tree | e6bc292b6bac25184c0224af5c23be994a3c4e0e /.github | |
| parent | 7d887024df20722b818725e18b5101ec70f42dd4 (diff) | |
go version 'stable'
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/release.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fb74bfdc..ebbaaeda 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 |
