Skip to content

Commit 2fb3def

Browse files
Add golang 1.22 to github workflows
1 parent a646058 commit 2fb3def

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/daily.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: [ubuntu-latest]
1616
strategy:
1717
matrix:
18-
go: ['1.19', '1.20', '1.21']
18+
go: ['1.19', '1.20', '1.21', '1.22']
1919
steps:
2020
- uses: actions/checkout@v3
2121
- name: Set up Go using version for latest ${{ matrix.go }} version
@@ -41,7 +41,7 @@ jobs:
4141
runs-on: [ubuntu-latest]
4242
strategy:
4343
matrix:
44-
go: ['1.19', '1.20', '1.21']
44+
go: ['1.19', '1.20', '1.21', '1.22']
4545
steps:
4646
- uses: actions/checkout@v3
4747
- name: Set up Go using version for latest ${{ matrix.go }} version

.github/workflows/go.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
runs-on: [ubuntu-latest]
2424
strategy:
2525
matrix:
26-
go: ['1.19', '1.20', '1.21']
26+
go: ['1.19', '1.20', '1.21', '1.22']
2727
steps:
2828
- uses: actions/checkout@v3
2929
- name: Set up Go using version for latest ${{ matrix.go }} version
@@ -49,7 +49,7 @@ jobs:
4949
runs-on: [ubuntu-latest]
5050
strategy:
5151
matrix:
52-
go: ['1.19', '1.20', '1.21']
52+
go: ['1.19', '1.20', '1.21', '1.22']
5353
steps:
5454
- uses: actions/checkout@v3
5555
- name: Set up Go using version for latest ${{ matrix.go }} version

0 commit comments

Comments
 (0)