Skip to content

Commit

Permalink
Merge pull request #54 from Ouest-France/M1
Browse files Browse the repository at this point in the history
Fix build Go 1.18
  • Loading branch information
pablo-ruth authored Apr 19, 2022
2 parents 473226d + 770eb6c commit a82e510
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 89 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.17
go-version: 1.18

- name: Run Golang CI Lint
uses: golangci/golangci-lint-action@v2
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/Ouest-France/terraform-provider-ldap

go 1.17
go 1.18

require (
github.com/Ouest-France/goldap v0.5.5
Expand Down
Loading

0 comments on commit a82e510

Please sign in to comment.