Update push_test_server.yml

Signed-off-by: raller1028 <57336867+raller1028@users.noreply.github.com>
This commit is contained in:
raller1028 2023-03-02 15:46:34 +08:00 committed by GitHub
parent c19e32c6e9
commit e6ddb0d849
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -35,9 +35,9 @@ jobs:
run: echo ${{env.VERSION}}
- name: Set up Go
uses: actions/setup-go@v2
uses: actions/setup-go@v3
with:
go-version: 1.19
go-version: 'stable'
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2