Compare commits
5 Commits
Author | SHA1 | Date |
---|---|---|
gilesb | cfbcee30bb | |
gilesb | 5115413925 | |
gilesb | 42bcdcc244 | |
gilesb | 9804644e90 | |
gilesb | 11083b457b |
|
@ -8,7 +8,7 @@ jobs:
|
|||
goreleaser:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: RouxAntoine/checkout@v3.5.4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- run: git fetch --force --tags
|
||||
|
@ -46,7 +46,7 @@ jobs:
|
|||
DOCKER_LATEST: nightly
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
uses: RouxAntoine/checkout@v3.5.4
|
||||
with:
|
||||
fetch-depth: 0 # all history for all branches and tags
|
||||
|
|
@ -9,7 +9,7 @@ jobs:
|
|||
goreleaser:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: RouxAntoine/checkout@v3.5.4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- run: git fetch --force --tags
|
|
@ -8,9 +8,11 @@ jobs:
|
|||
check-and-test:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: RouxAntoine/checkout@v3.5.4
|
||||
with:
|
||||
token: ${{ github.token }}
|
||||
- name: setup go
|
||||
uses: https://github.com/actions/setup-go@v4
|
||||
uses: actions/setup-go@v4
|
||||
with:
|
||||
go-version: '>=1.20.1'
|
||||
- name: lint and build
|
Loading…
Reference in New Issue