Update to use semver tag instead of main ref (#6)
This commit is contained in:
@@ -20,7 +20,7 @@ jobs:
|
|||||||
go-version: ">=1.18.0"
|
go-version: ">=1.18.0"
|
||||||
|
|
||||||
- name: Run snapshot action
|
- name: Run snapshot action
|
||||||
uses: actions/go-dependency-submission@main
|
uses: actions/go-dependency-submission@v1
|
||||||
with:
|
with:
|
||||||
go-mod-path: go-example/go.mod
|
go-mod-path: go-example/go.mod
|
||||||
go-build-target: go-example/cmd/octocat.go
|
go-build-target: go-example/cmd/octocat.go
|
||||||
|
|||||||
@@ -32,7 +32,7 @@ jobs:
|
|||||||
go-version: ">=1.18.0"
|
go-version: ">=1.18.0"
|
||||||
|
|
||||||
- name: Run snapshot action
|
- name: Run snapshot action
|
||||||
uses: actions/go-dependency-submission@main
|
uses: actions/go-dependency-submission@v1
|
||||||
with:
|
with:
|
||||||
# Required: Define the repo path to the go.mod file used by the
|
# Required: Define the repo path to the go.mod file used by the
|
||||||
# build target
|
# build target
|
||||||
|
|||||||
Reference in New Issue
Block a user