Skip to content

Bump golang.org/x/net from 0.26.0 to 0.27.0 in /tests in the go-tests… #20

Bump golang.org/x/net from 0.26.0 to 0.27.0 in /tests in the go-tests…

Bump golang.org/x/net from 0.26.0 to 0.27.0 in /tests in the go-tests… #20

Workflow file for this run

# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json
name: goreleaser
on:
push:
tags:
- 'v[0-9]+.[0-9]+.[0-9]+'
permissions:
contents: write
jobs:
goreleaser:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- run: git fetch --force --tags
- uses: actions/setup-go@v5
with:
go-version: 1.21.x
use-latest: true
cache: true
- uses: goreleaser/goreleaser-action@v6
with:
distribution: goreleaser
version: latest
args: release --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Upload assets
uses: actions/upload-artifact@v4
with:
name: protoc-gen-validate
path: dist/*