Skip to content
Snippets Groups Projects
Commit 8f26ed94 authored by Christoph Witzko's avatar Christoph Witzko
Browse files

fix: update go version

parent 7439d465
No related branches found
No related tags found
No related merge requests found
...@@ -27,7 +27,7 @@ jobs: ...@@ -27,7 +27,7 @@ jobs:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- uses: actions/setup-go@v1 - uses: actions/setup-go@v1
with: with:
go-version: 1.14 go-version: 1.15
- run: go build ./cmd/changelog-generator-default/ - run: go build ./cmd/changelog-generator-default/
- run: go test -v ./... - run: go test -v ./...
release: release:
...@@ -37,7 +37,7 @@ jobs: ...@@ -37,7 +37,7 @@ jobs:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- uses: actions/setup-go@v1 - uses: actions/setup-go@v1
with: with:
go-version: 1.14 go-version: 1.15
- run: echo "::add-path::~/go/bin" - run: echo "::add-path::~/go/bin"
- run: | - run: |
go get github.com/mitchellh/gox go get github.com/mitchellh/gox
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment