You've already forked go-semantic-release
fix(go): update to go 1.19 as default build
This commit is contained in:
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user