Skip to content

Bump actions/setup-go from 5.0.1 to 5.0.2 (#382) #19

Bump actions/setup-go from 5.0.1 to 5.0.2 (#382)

Bump actions/setup-go from 5.0.1 to 5.0.2 (#382) #19

Workflow file for this run

name: Publish to pkg.go.dev
on:
push:
tags:
- v*.**
permissions:
contents: read
jobs:
publish_on_pkg_go_dev:
name: publish a new version in pkg.go.dev
runs-on: ubuntu-latest
steps:
- name: Check out the repo
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
- name: Set up Go
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32
with:
go-version-file: ./go.mod
- name: Publish on pkg.go.dev
run: GOPROXY=proxy.golang.org go list -m github.com/np-guard/netpol-analyzer@${{ github.ref_name }}