generated from moul/golang-repo-template
-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1e94ae7
commit c1cbaa7
Showing
6 changed files
with
35 additions
and
44 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,7 @@ jobs: | |
name: Release-Notes Preview | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v2.4.0 | ||
- uses: actions/checkout@v2.7.0 | ||
- run: | | ||
git fetch --prune --unshallow --tags | ||
- uses: snyk/[email protected] | ||
|
@@ -26,7 +26,7 @@ jobs: | |
name: Documentation | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v2.4.0 | ||
- uses: actions/checkout@v2.7.0 | ||
with: | ||
depth: 1 | ||
- uses: nosborn/github-action-markdown-cli@master | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,7 @@ jobs: | |
steps: | ||
- | ||
name: Checkout | ||
uses: actions/checkout@v2.4.0 | ||
uses: actions/checkout@v2.7.0 | ||
- | ||
name: Unshallow | ||
run: git fetch --prune --unshallow | ||
|
@@ -34,7 +34,7 @@ jobs: | |
set -x +e | ||
curl -i $url | ||
- name: "Validates GO releaser config" | ||
uses: goreleaser/[email protected].0 | ||
uses: goreleaser/[email protected].1 | ||
with: | ||
args: check | ||
- | ||
|
@@ -44,7 +44,7 @@ jobs: | |
go-version: ${{ matrix.golang }} | ||
- | ||
name: Cache Go modules | ||
uses: actions/cache@v3.0.4 | ||
uses: actions/cache@v3.4.0 | ||
with: | ||
path: ~/go/pkg/mod | ||
key: ${{ runner.os }}-go-${{ matrix.golang }}-v1-${{ hashFiles('**/go.sum') }} | ||
|
@@ -55,7 +55,7 @@ jobs: | |
make bundle | ||
- name: Run GoReleaser | ||
if: steps.semantic.outputs.new-release-published == 'true' | ||
uses: goreleaser/[email protected].0 | ||
uses: goreleaser/[email protected].1 | ||
with: | ||
version: latest | ||
args: release --rm-dist | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters