Skip to content

Bump github.com/go-jose/go-jose/v4 from 4.0.1 to 4.0.5 #147

Bump github.com/go-jose/go-jose/v4 from 4.0.1 to 4.0.5

Bump github.com/go-jose/go-jose/v4 from 4.0.1 to 4.0.5 #147

Workflow file for this run

name: Run Acceptance Tests
on:
push:
permissions:
contents: read
jobs:
run-acc-tests:
runs-on: ubuntu-latest
env:
VAULT_ACC: 1
TF_TOKEN: ${{ secrets.TF_TOKEN }}
TF_ORGANIZATION: ${{ secrets.TF_ORGANIZATION }}
TF_TEAM_ID: ${{ secrets.TF_TEAM_ID }}
TF_USER_ID: ${{ secrets.TF_USER_ID }}
steps:
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
- uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
with:
go-version-file: .go-version
cache: true
- name: Run Acceptance Tests
run: make testacc
- name: Run Test Build
run: make dev