We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b65fa52 commit c7d511fCopy full SHA for c7d511f
.github/workflows/test.yaml
@@ -14,6 +14,6 @@ jobs:
14
15
- uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491
16
with:
17
- go-version: 1.21.x
+ go-version: 1.22.x
18
19
- run: make test
.tool-versions
@@ -1 +1 @@
1
-golang 1.21.3
+golang 1.22.0
go.mod
@@ -1,6 +1,6 @@
module github.com/pomerium/enterprise-client-go
2
3
-go 1.21
+go 1.22
4
5
require (
6
github.com/envoyproxy/go-control-plane v0.12.0
0 commit comments