Skip to content

Commit

Permalink
Merge pull request #219 from mattt/patch-1
Browse files Browse the repository at this point in the history
Set Go version to 1.15.14 in release workflow
  • Loading branch information
niravpatel27 authored Jul 27, 2021
2 parents b279b96 + 587e79d commit 818e564
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }}
goos: ${{ matrix.goos }}
goarch: ${{ matrix.goarch }}
goversion: "https://dl.google.com/go/go1.13.1.linux-amd64.tar.gz"
goversion: "https://dl.google.com/go/go1.15.14.linux-amd64.tar.gz"
project_path: "./cmd/generator"
binary_name: "spdx-sbom-generator"
ldflags: "-X 'main.version=${{ env.RELEASE_VERSION }}'"

0 comments on commit 818e564

Please sign in to comment.