Skip to content

Commit febb678

Browse files
committed
github: Use golang v1.23 ditching v1.21
Signed-off-by: Stefan Berger <stefanb@linux.ibm.com>
1 parent 01abc52 commit febb678

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
steps:
1717
- uses: actions/setup-go@v3
1818
with:
19-
go-version: 1.22
19+
go-version: 1.23
2020

2121
- name: Set env
2222
shell: bash
@@ -62,7 +62,7 @@ jobs:
6262
tests:
6363
strategy:
6464
matrix:
65-
go: ["1.22", "1.21"]
65+
go: ["1.22", "1.23"]
6666
os: [ubuntu-22.04, windows-2022]
6767

6868
name: Tests / ${{ matrix.os }} / ${{ matrix.go }}

0 commit comments

Comments
 (0)