Skip to content

Bump goreleaser/goreleaser-action from 5.0.0 to 5.1.0 #117

Bump goreleaser/goreleaser-action from 5.0.0 to 5.1.0

Bump goreleaser/goreleaser-action from 5.0.0 to 5.1.0 #117

Workflow file for this run

name: Build gopass-summon-provider
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
linux:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.22
- name: Ubuntu Dependencies
run: sudo apt-get install --yes git gnupg
- run: git config --global user.name nobody
- run: git config --global user.email [email protected]
-
name: Debug
run: |
echo "Go env ------------------"
pwd
echo ${HOME}
echo ${GITHUB_WORKSPACE}
echo ${GOPATH}
echo ${GOROOT}
env
- name: Build and Unit Test
run: make travis