Skip to content

Commit 838eaf4

Browse files
committed
chore: add support to go 1.22
1 parent 9f41a47 commit 838eaf4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ jobs:
44
build:
55
strategy:
66
matrix:
7-
go-version: [1.19.x, 1.20.x, 1.21.x]
7+
go-version: [1.19.x, 1.20.x, 1.21.x, 1.22.x]
88
runs-on: ubuntu-latest
99
steps:
1010
- uses: actions/checkout@v4

.github/workflows/security.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ jobs:
44
test:
55
strategy:
66
matrix:
7-
go-version: [1.19.x, 1.20.x, 1.21.x]
7+
go-version: [1.19.x, 1.20.x, 1.21.x, 1.22.x]
88
os: [ubuntu-latest]
99
runs-on: ${{ matrix.os }}
1010
steps:

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
strategy:
66
fail-fast: false
77
matrix:
8-
go-version: [1.19.x, 1.20.x, 1.21.x]
8+
go-version: [1.19.x, 1.20.x, 1.21.x, 1.22.x]
99
os: [ubuntu-latest, macos-latest, windows-latest]
1010
runs-on: ${{ matrix.os }}
1111
steps:

0 commit comments

Comments
 (0)