Bump release build to use Go 1.22

chore-update-workflows
Jordan Wright 2024-09-22 23:18:31 -05:00
parent 3c421bbf28
commit f14efbe1e2
1 changed files with 1 additions and 1 deletions

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'