fix action urls
build
Details
build
Details
This commit is contained in:
parent
d2f7b69053
commit
73f73eef74
|
@ -21,13 +21,13 @@ jobs:
|
||||||
with:
|
with:
|
||||||
go-version: 1.19
|
go-version: 1.19
|
||||||
- name: Install GoReleaser
|
- name: Install GoReleaser
|
||||||
uses: goreleaser/goreleaser-action@v2.7.0
|
uses: https://github.com/goreleaser/goreleaser-action@v2.7.0
|
||||||
with:
|
with:
|
||||||
install-only: true
|
install-only: true
|
||||||
- name: Go-linter
|
- name: Go-linter
|
||||||
# You may pin to the exact commit or the version.
|
# You may pin to the exact commit or the version.
|
||||||
# uses: Jerome1337/golint-action@c5d17206a0a436bbf1edb91e314ed084f7c57589
|
# uses: Jerome1337/golint-action@c5d17206a0a436bbf1edb91e314ed084f7c57589
|
||||||
uses: Jerome1337/golint-action@v1.0.2
|
uses: https://github.com/Jerome1337/golint-action@v1.0.2
|
||||||
#with:
|
#with:
|
||||||
# Path used by golint command
|
# Path used by golint command
|
||||||
# golint-path: # optional, default is ./...
|
# golint-path: # optional, default is ./...
|
||||||
|
|
Loading…
Reference in New Issue