Skip to content

Commit 79d3f32

Browse files
committed
Update go to 1.22
Signed-off-by: Kirtana Ashok <kiashok@microsoft.com>
1 parent 05636b9 commit 79d3f32

8 files changed

Lines changed: 4 additions & 10 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
- pull_request
55

66
env:
7-
GO_VERSION: "1.21.x"
7+
GO_VERSION: "1.22.x"
88
GOTESTSUM_VERSION: "latest"
99
GOTESTCMD: "gotestsum --format standard-verbose --debug --"
1010

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
- 'v*'
66

77
env:
8-
GO_VERSION: "1.21.x"
8+
GO_VERSION: "1.22.x"
99

1010
jobs:
1111
build:

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/Microsoft/hcsshim
22

3-
go 1.21
3+
go 1.22
44

55
require (
66
github.com/Microsoft/cosesign1go v1.2.0

test/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/Microsoft/hcsshim/test
22

3-
go 1.21
3+
go 1.22
44

55
require (
66
github.com/Microsoft/go-winio v0.6.2

vendor/github.com/open-policy-agent/opa/loader/internal/embedtest/bar/bar.rego

Lines changed: 0 additions & 3 deletions
This file was deleted.

vendor/github.com/open-policy-agent/opa/loader/internal/embedtest/bar/bar.yaml

Lines changed: 0 additions & 1 deletion
This file was deleted.

vendor/github.com/open-policy-agent/opa/loader/internal/embedtest/baz/qux/qux.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

vendor/github.com/open-policy-agent/opa/loader/internal/embedtest/foo.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)