Skip to content

Commit d4574a5

Browse files
authored
tests: Bump CI to Go 1.22 (#280)
1 parent ea0a106 commit d4574a5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/go.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
build:
1212
strategy:
1313
matrix:
14-
go-version: [1.19.x, 1.20.x, 1.21.x]
14+
go-version: [1.20.x, 1.21.x, 1.22.x]
1515
os: [ubuntu-latest, macos-latest, windows-latest]
1616
env:
1717
CGO_ENABLED: 0
@@ -53,7 +53,7 @@ jobs:
5353
- name: Set up Go
5454
uses: actions/setup-go@v2
5555
with:
56-
go-version: 1.21.x
56+
go-version: 1.22.x
5757

5858
- name: Checkout code
5959
uses: actions/checkout@v2
@@ -124,7 +124,7 @@ jobs:
124124
- name: Set up Go
125125
uses: actions/setup-go@v2
126126
with:
127-
go-version: 1.21.x
127+
go-version: 1.22.x
128128

129129
- name: Checkout code
130130
uses: actions/checkout@v2

0 commit comments

Comments
 (0)