Bump Go version for Ergo

This commit is contained in:
2022-08-04 21:24:48 +02:00
parent 6b6017b40c
commit f1c9218fbb
3 changed files with 3 additions and 3 deletions

View File

@ -131,7 +131,7 @@ software:
pre_deps:
- uses: actions/setup-go@v2
with:
go-version: '^1.18.0'
go-version: '^1.19.0'
- run: go version
separate_build_job: false
build_script: |