Merge branch 'main' into release-asset-management

This commit is contained in:
danebou 2024-02-23 01:27:52 +00:00
commit 726cdc3889
3 changed files with 7 additions and 7 deletions

View File

@ -13,17 +13,17 @@ jobs:
fetch-depth: 0
- run: git fetch --force --tags
- name: setup go
uses: https://github.com/actions/setup-go@v4
uses: https://github.com/actions/setup-go@v5
with:
go-version: '>=1.20.1'
- name: import gpg
id: import_gpg
uses: https://github.com/crazy-max/ghaction-import-gpg@v5
uses: https://github.com/crazy-max/ghaction-import-gpg@v6
with:
gpg_private_key: ${{ secrets.GPGSIGN_KEY }}
passphrase: ${{ secrets.GPGSIGN_PASSPHRASE }}
- name: goreleaser
uses: https://github.com/goreleaser/goreleaser-action@v4
uses: https://github.com/goreleaser/goreleaser-action@v5
with:
distribution: goreleaser-pro
version: latest

View File

@ -14,18 +14,18 @@ jobs:
fetch-depth: 0
- run: git fetch --force --tags
- name: setup go
uses: https://github.com/actions/setup-go@v4
uses: https://github.com/actions/setup-go@v5
with:
go-version: '>=1.20.1'
- name: import gpg
id: import_gpg
uses: https://github.com/crazy-max/ghaction-import-gpg@v5
uses: https://github.com/crazy-max/ghaction-import-gpg@v6
with:
gpg_private_key: ${{ secrets.GPGSIGN_KEY }}
passphrase: ${{ secrets.GPGSIGN_PASSPHRASE }}
fingerprint: CC64B1DB67ABBEECAB24B6455FC346329753F4B0
- name: goreleaser
uses: https://github.com/goreleaser/goreleaser-action@v4
uses: https://github.com/goreleaser/goreleaser-action@v5
with:
distribution: goreleaser-pro
version: latest

View File

@ -10,7 +10,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: setup go
uses: https://github.com/actions/setup-go@v4
uses: https://github.com/actions/setup-go@v5
with:
go-version: '>=1.20.1'
- name: lint and build