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