fix(go): update to go 1.19 as default build

This commit is contained in:
Sebastian Beisch
2023-02-20 16:28:56 +01:00
parent 979a378abd
commit ca6488ee78
3 changed files with 15 additions and 408 deletions

View File

@@ -8,9 +8,9 @@ jobs:
build:
strategy:
matrix:
go: ["1.17", "1.18"]
go: ["1.18", "1.19"]
env:
DEFAULT_GO: "1.18"
DEFAULT_GO: "1.19"
name: Build with go version ${{ matrix.go }}
runs-on: ubuntu-latest
steps: