Skip to content

Commit 572fae7

Browse files
authored
ci: update workflows to go 1.22 (#199)
1 parent 3c12b81 commit 572fae7

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636

3737
- uses: actions/setup-go@v5
3838
with:
39-
go-version: "~1.21"
39+
go-version: "~1.22"
4040

4141
- name: Test
4242
run: make test
@@ -48,7 +48,7 @@ jobs:
4848

4949
- uses: actions/setup-go@v5
5050
with:
51-
go-version: "~1.21"
51+
go-version: "~1.22"
5252

5353
- name: Generate docs
5454
run: make docs
@@ -63,7 +63,7 @@ jobs:
6363

6464
- uses: actions/setup-go@v5
6565
with:
66-
go-version: "~1.21"
66+
go-version: "~1.22"
6767

6868
- name: Check format
6969
run: ./scripts/check_fmt.sh

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535

3636
- uses: actions/setup-go@v3
3737
with:
38-
go-version: "~1.21"
38+
go-version: "~1.22"
3939

4040
- name: Docker Login
4141
uses: docker/login-action@v2

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ On MacOS or Windows systems, we recommend either using a VM or the provided `.de
293293

294294
**Additional Requirements:**
295295

296-
- `go 1.21`
296+
- `go 1.22`
297297
- `make`
298298
- Docker daemon (for running tests)
299299

0 commit comments

Comments
 (0)