Skip to content

Commit

Permalink
Update go-fleetpkg (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewkroh authored Sep 25, 2023
1 parent de91c24 commit 773cab2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/generate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ jobs:
contents: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: actions/setup-go@v4
with:
go-version: 1.20.x
go-version: 1.21
cache-dependency-path: fleet-terraform-generator/go.sum

- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
repository: elastic/integrations
path: integrations
Expand Down
4 changes: 2 additions & 2 deletions fleet-terraform-generator/go.mod
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
module github.com/elastic/terraform-module-fleet/fleet-terraform-generator

go 1.19
go 1.21

require (
github.com/andrewkroh/go-fleetpkg v0.0.4
github.com/andrewkroh/go-fleetpkg v0.0.8
github.com/google/go-cmp v0.5.8
github.com/spf13/cobra v1.7.0
github.com/stretchr/testify v1.8.3
Expand Down
2 changes: 2 additions & 0 deletions fleet-terraform-generator/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ github.com/andrewkroh/go-fleetpkg v0.0.3 h1:kXzvF2dJwfooXxGljGLz6+bqLLQoYhqY56IT
github.com/andrewkroh/go-fleetpkg v0.0.3/go.mod h1:FCFWIeEw6pg5dNFtIQ3f7vNA7iqTtLbiKQUyzjh477s=
github.com/andrewkroh/go-fleetpkg v0.0.4 h1:lCc20wFaavH6HxALvLozlDdqszlxZKqLpfmoWiZtv14=
github.com/andrewkroh/go-fleetpkg v0.0.4/go.mod h1:FCFWIeEw6pg5dNFtIQ3f7vNA7iqTtLbiKQUyzjh477s=
github.com/andrewkroh/go-fleetpkg v0.0.8 h1:vKmmGcMPeMIQ+/sS1DHU0jTcERZBpznaNmaq1JbkLME=
github.com/andrewkroh/go-fleetpkg v0.0.8/go.mod h1:FCFWIeEw6pg5dNFtIQ3f7vNA7iqTtLbiKQUyzjh477s=
github.com/cpuguy83/go-md2man/v2 v2.0.2 h1:p1EgwI/C7NhT0JmVkwCD2ZBK8j4aeHQX2pMHHBfMQ6w=
github.com/cpuguy83/go-md2man/v2 v2.0.2/go.mod h1:tgQtvFlXSQOSOSIRvRPT7W67SCa46tRHOmNcaadrF8o=
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
Expand Down

0 comments on commit 773cab2

Please sign in to comment.