Skip to content

Commit a6c394b

Browse files
authored
Merge pull request #431 from wneessen/chore/430_update-ci-to-go-124
chore: update CI to Go 1.24
2 parents 870542b + 251f1eb commit a6c394b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
strategy:
2929
matrix:
3030
os: [ubuntu-latest]
31-
go: ['1.23']
31+
go: ['1.24']
3232
env:
3333
PERFORM_ONLINE_TEST: ${{ vars.PERFORM_ONLINE_TEST }}
3434
PERFORM_UNIX_OPEN_WRITE_TESTS: ${{ vars.PERFORM_UNIX_OPEN_WRITE_TESTS }}
@@ -70,7 +70,7 @@ jobs:
7070
cancel-in-progress: true
7171
strategy:
7272
matrix:
73-
go: ['1.23']
73+
go: ['1.24']
7474
steps:
7575
- name: Harden Runner
7676
uses: step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
@@ -127,7 +127,7 @@ jobs:
127127
strategy:
128128
matrix:
129129
os: [ubuntu-latest, macos-latest, windows-latest]
130-
go: ['1.19', '1.20', '1.21', '1.22', '1.23']
130+
go: ['1.20', '1.21', '1.22', '1.23', '1.24']
131131
env:
132132
TEST_BASEPORT: ${{ vars.TEST_BASEPORT }}
133133
TEST_BASEPORT_SMTP: ${{ vars.TEST_BASEPORT_SMTP }}
@@ -194,7 +194,7 @@ jobs:
194194
strategy:
195195
matrix:
196196
os: [ubuntu-latest]
197-
go: ['1.23']
197+
go: ['1.24']
198198
env:
199199
PERFORM_ONLINE_TEST: ${{ vars.PERFORM_ONLINE_TEST }}
200200
TEST_BASEPORT: ${{ vars.TEST_BASEPORT }}

0 commit comments

Comments
 (0)