Skip to content

Commit

Permalink
fix: root Go module for SLSA3 generation
Browse files Browse the repository at this point in the history
  • Loading branch information
pandatix committed Feb 17, 2024
1 parent ad94b37 commit 613e251
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module github.com/ctfer-io/pulumi-ctfd

go 1.22.0
1 change: 1 addition & 0 deletions go.work
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
go 1.22.0

use (
.
./examples
./provider
./sdk
Expand Down

0 comments on commit 613e251

Please sign in to comment.