Skip to content

Commit

Permalink
Merge branch 'master' into add-enc-string
Browse files Browse the repository at this point in the history
  • Loading branch information
bdronneau authored Jan 17, 2024
2 parents d5072d2 + b315758 commit 1ab75ec
Show file tree
Hide file tree
Showing 4 changed files with 1,843 additions and 98 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/branch_clean.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}
fetch-depth: 0
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Setup Golang
uses: actions/setup-go@v3
uses: actions/setup-go@v4
with:
go-version: "^1.19"

Expand Down
4 changes: 1 addition & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,8 @@ module github.com/MeilleursAgents/terraform-provider-ansiblevault/v2
go 1.12

require (
github.com/hashicorp/terraform-plugin-sdk/v2 v2.25.0
github.com/hashicorp/terraform-plugin-sdk/v2 v2.31.0
github.com/sosedoff/ansible-vault-go v0.1.1
golang.org/x/net v0.7.0 // indirect
google.golang.org/genproto v0.0.0-20200904004341-0bd0a958aa1d // indirect
gopkg.in/yaml.v2 v2.4.0
)

Expand Down
Loading

0 comments on commit 1ab75ec

Please sign in to comment.