Skip to content

Commit 08ff0c0

Browse files
authored
Github Actions: Upgrade supported Go versions from 1.21, 1.22 to 1.22, 1.23 (#172)
* Github Actions: Upgrade supported Go versions from 1.21, 1.22 to 1.22, 1.23 * Upgrade staticcheck from 2023.1 to 2024.1.1
1 parent d093e01 commit 08ff0c0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/testing.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-24.04
1616
strategy:
1717
matrix:
18-
go: ["1.22", "1.21"]
18+
go: ["1.23", "1.22"]
1919

2020
steps:
2121
- uses: actions/checkout@v4
@@ -32,7 +32,7 @@ jobs:
3232
runs-on: ubuntu-24.04
3333
strategy:
3434
matrix:
35-
go: ["1.22", "1.21"]
35+
go: ["1.23", "1.22"]
3636

3737
steps:
3838
- uses: actions/checkout@v4
@@ -48,7 +48,7 @@ jobs:
4848
runs-on: ubuntu-24.04
4949
strategy:
5050
matrix:
51-
go: ["1.22", "1.21"]
51+
go: ["1.23", "1.22"]
5252

5353
steps:
5454
- uses: actions/checkout@v4
@@ -59,7 +59,7 @@ jobs:
5959
- name: Run staticcheck
6060
uses: dominikh/staticcheck-action@v1.3.1
6161
with:
62-
version: "2023.1"
62+
version: "2024.1.1"
6363
install-go: false
6464
cache-key: ${{ matrix.go }}
6565

@@ -68,7 +68,7 @@ jobs:
6868
runs-on: ubuntu-24.04
6969
strategy:
7070
matrix:
71-
go: ["1.22", "1.21"]
71+
go: ["1.23", "1.22"]
7272

7373
steps:
7474
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)