Skip to content

chore(deps): update navikt/github-app-token-generator action to v1.2.1 #1062

chore(deps): update navikt/github-app-token-generator action to v1.2.1

chore(deps): update navikt/github-app-token-generator action to v1.2.1 #1062

Workflow file for this run

name: Build
on: push
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
go: ["1.15.x", "1.16.x", "1.17.x"]
steps:
- uses: actions/checkout@master
- uses: actions/setup-go@v2
with:
go-version: ${{ matrix.go }} # The Go version to download (if necessary) and use.
- run: make deps build test