Skip to content

bump helm to v3.14.2 (#199) #38

bump helm to v3.14.2 (#199)

bump helm to v3.14.2 (#199) #38

Workflow file for this run

name: GoDoc
on:
push:
tags:
- '*'
env:
GOPROXY: https://proxy.golang.org
jobs:
update:
name: Update
runs-on: ubuntu-latest
steps:
- name: Test successful curl against module mirror
run : test $(curl -s -o /dev/null -w "%{http_code}" ${GOPROXY}/github.com/mittwald/go-helm-client/@v/${GITHUB_REF/refs\/tags\//}.info) -eq 200