Skip to content

Commit c7d511f

Browse files
committed
ci: upgrade Go to 1.22
1 parent b65fa52 commit c7d511f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/test.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ jobs:
1414

1515
- uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491
1616
with:
17-
go-version: 1.21.x
17+
go-version: 1.22.x
1818

1919
- run: make test

.tool-versions

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
golang 1.21.3
1+
golang 1.22.0

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/pomerium/enterprise-client-go
22

3-
go 1.21
3+
go 1.22
44

55
require (
66
github.com/envoyproxy/go-control-plane v0.12.0

0 commit comments

Comments
 (0)