Skip to content

fix(deps): migrated to google.golang.org/appengine/v2 from v1 #29

fix(deps): migrated to google.golang.org/appengine/v2 from v1

fix(deps): migrated to google.golang.org/appengine/v2 from v1 #29

Workflow file for this run

name: Go CI
on:
push:
branches-ignore:
- renovate/**
tags:
- 'v[0-9]+\.[0-9]+\.[0-9]+' # Push events to matching v*, i.e. v20.15.10
pull_request:
branches:
- '**'
jobs:
strongo_workflow:
permissions:
contents: write
uses: strongo/go-ci-action/.github/workflows/workflow.yml@main
secrets:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
with:
code_coverage: true