Skip to content

Bump github.com/hashicorp/go-retryablehttp from 0.7.6 to 0.7.7 #51

Bump github.com/hashicorp/go-retryablehttp from 0.7.6 to 0.7.7

Bump github.com/hashicorp/go-retryablehttp from 0.7.6 to 0.7.7 #51

Workflow file for this run

name: release
on:
push:
tags:
- 'v*'
jobs:
goreleaser:
runs-on: ubuntu-latest
steps:
- name: check out code
uses: actions/checkout@v4
- name: set up go
uses: actions/setup-go@v5
with:
go-version: "1.23"
- name: import gpg key
run: |
echo "${{ secrets.GPG_PRIVATE_KEY }}" | gpg --import
env:
GPG_TTY: $(tty)
- name: run goreleaser
uses: goreleaser/goreleaser-action@v5
with:
version: latest
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GORELEASER_GITHUB_TOKEN }}
GPG_KEY_ID: "BC676EF82AF574C8"