-
Notifications
You must be signed in to change notification settings - Fork 259
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Kirtana Ashok <kiashok@microsoft.com>
- Loading branch information
Showing
8 changed files
with
4 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ on: | |
- 'v*' | ||
|
||
env: | ||
GO_VERSION: "1.21.x" | ||
GO_VERSION: "1.22.x" | ||
|
||
jobs: | ||
build: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
module github.com/Microsoft/hcsshim | ||
|
||
go 1.21 | ||
go 1.22 | ||
|
||
require ( | ||
github.com/Microsoft/cosesign1go v1.2.0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
module github.com/Microsoft/hcsshim/test | ||
|
||
go 1.21 | ||
go 1.22 | ||
|
||
require ( | ||
github.com/Microsoft/go-winio v0.6.2 | ||
|
3 changes: 0 additions & 3 deletions
3
vendor/github.com/open-policy-agent/opa/loader/internal/embedtest/bar/bar.rego
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
vendor/github.com/open-policy-agent/opa/loader/internal/embedtest/bar/bar.yaml
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
vendor/github.com/open-policy-agent/opa/loader/internal/embedtest/baz/qux/qux.json
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
vendor/github.com/open-policy-agent/opa/loader/internal/embedtest/foo.json
This file was deleted.
Oops, something went wrong.