Skip to content

Commit a540780

Browse files
pmazziniinsomniacslk
authored andcommitted
[ci] update Go version
1 parent 8abf581 commit a540780

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/cifuzz.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
fuzz-seconds: 300
2222
output-sarif: true
2323
- name: Upload Crash
24-
uses: actions/upload-artifact@v3
24+
uses: actions/upload-artifact@v4
2525
if: failure() && steps.build.outcome == 'success'
2626
with:
2727
name: artifacts

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
strategy:
99
matrix:
10-
go: ['1.20', '1.21']
10+
go: ['1.23', '1.24']
1111
steps:
1212
- uses: actions/checkout@v4
1313
- uses: actions/setup-go@v4
@@ -30,7 +30,7 @@ jobs:
3030
runs-on: ubuntu-latest
3131
strategy:
3232
matrix:
33-
go: ['1.20', '1.21']
33+
go: ['1.23', '1.24']
3434
steps:
3535
- uses: actions/checkout@v4
3636
- uses: actions/setup-go@v4

0 commit comments

Comments
 (0)