Skip to content

fix(deps): update module github.com/getsops/sops/v3 to v3.9.2 #307

fix(deps): update module github.com/getsops/sops/v3 to v3.9.2

fix(deps): update module github.com/getsops/sops/v3 to v3.9.2 #307

Workflow file for this run

---
name: Go Test
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.23.3
- name: Test
run: go test -v ./... -cover