Bump release build to use Go 1.22

This commit is contained in:
Jordan Wright 2024-09-22 23:18:31 -05:00
parent 3c421bbf28
commit f14efbe1e2

View file

@ -38,7 +38,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.14
go-version: 1.22
- if: matrix.os == 'ubuntu-latest'
run: sudo apt-get update && sudo apt-get install -y gcc-multilib
- if: matrix.arch == '386'