deployment: pin release to latest go version (#2827)

This commit is contained in:
Travis Groth 2021-12-16 21:53:17 -05:00 committed by GitHub
parent 8778097bb9
commit edf05960a4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,7 +22,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.16.x
go-version: 1.16.12
- name: Set up Docker
run: docker run --rm --privileged multiarch/qemu-user-static --reset -p yes