This commit is contained in:
parent
94550eca65
commit
7b6df24e29
1 changed files with 2 additions and 2 deletions
|
@ -7,12 +7,12 @@ jobs:
|
||||||
#container:
|
#container:
|
||||||
# image: goreleaser/goreleaser
|
# image: goreleaser/goreleaser
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
#- run: goreleaser release --skip-publish --snapshot --rm-dist --debug
|
#- run: goreleaser release --skip-publish --snapshot --rm-dist --debug
|
||||||
- name: Setup Go environment
|
- name: Setup Go environment
|
||||||
uses: https://github.com/actions/setup-go@v2.1.3
|
uses: actions/setup-go@v4
|
||||||
with:
|
with:
|
||||||
go-version: 1.21
|
go-version: 1.21
|
||||||
- name: Test
|
- name: Test
|
||||||
|
|
Loading…
Reference in a new issue