mirror of
https://github.com/progval/irctest.git
synced 2025-04-07 15:59:49 +00:00
fix the build by upgrading go
This commit is contained in:
committed by
Valentin Lorentz
parent
100b53fb18
commit
a0bceabf80
5
.github/workflows/oragono.yml
vendored
5
.github/workflows/oragono.yml
vendored
@ -18,6 +18,11 @@ jobs:
|
||||
with:
|
||||
python-version: 3.7
|
||||
|
||||
- uses: actions/setup-go@v2
|
||||
with:
|
||||
go-version: '~1.16'
|
||||
- run: go version
|
||||
|
||||
- name: Cache dependencies
|
||||
uses: actions/cache@v2
|
||||
with:
|
||||
|
Reference in New Issue
Block a user