mirror of
https://github.com/gophish/gophish
synced 2024-11-14 00:07:19 +00:00
Bump release build to use Go 1.22
This commit is contained in:
parent
3c421bbf28
commit
f14efbe1e2
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue