Compare commits

..

5 Commits

Author SHA1 Message Date
gilesb cfbcee30bb githubed more
check-and-test / check-and-test (push) Successful in 12m14s Details
2023-10-26 13:02:09 +01:00
gilesb 5115413925 githubed 2023-10-26 13:00:09 +01:00
gilesb 42bcdcc244 nightly rouxed
check-and-test / check-and-test (push) Has been cancelled Details
2023-10-26 12:54:06 +01:00
gilesb 9804644e90 all checkout roux antoined
check-and-test / check-and-test (push) Has been cancelled Details
2023-10-26 12:52:07 +01:00
gilesb 11083b457b test pr uses roux antoine
check-and-test / check-and-test (push) Has been cancelled Details
2023-10-26 12:41:34 +01:00
4 changed files with 7 additions and 5 deletions

View File

@ -8,7 +8,7 @@ jobs:
goreleaser: goreleaser:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v4 - uses: RouxAntoine/checkout@v3.5.4
with: with:
fetch-depth: 0 fetch-depth: 0
- run: git fetch --force --tags - run: git fetch --force --tags
@ -46,7 +46,7 @@ jobs:
DOCKER_LATEST: nightly DOCKER_LATEST: nightly
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v3 uses: RouxAntoine/checkout@v3.5.4
with: with:
fetch-depth: 0 # all history for all branches and tags fetch-depth: 0 # all history for all branches and tags

View File

@ -9,7 +9,7 @@ jobs:
goreleaser: goreleaser:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v4 - uses: RouxAntoine/checkout@v3.5.4
with: with:
fetch-depth: 0 fetch-depth: 0
- run: git fetch --force --tags - run: git fetch --force --tags

View File

@ -8,9 +8,11 @@ jobs:
check-and-test: check-and-test:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v4 - uses: RouxAntoine/checkout@v3.5.4
with:
token: ${{ github.token }}
- name: setup go - name: setup go
uses: https://github.com/actions/setup-go@v4 uses: actions/setup-go@v4
with: with:
go-version: '>=1.20.1' go-version: '>=1.20.1'
- name: lint and build - name: lint and build