Skip to content

Commit 58d5592

Browse files
committed
chore: update Go to 1.23 in CI workflows
Signed-off-by: Anton Antonov <Anton.Antonov@arm.com>
1 parent 29f29ec commit 58d5592

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci-go-cover.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
steps:
2626
- uses: actions/setup-go@v3
2727
with:
28-
go-version: "1.18"
28+
go-version: "1.23"
2929
- name: Checkout code
3030
uses: actions/checkout@v2
3131
- name: Go Coverage

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
steps:
1212
- uses: actions/setup-go@v3
1313
with:
14-
go-version: "1.18"
14+
go-version: "1.23"
1515
- name: Checkout code
1616
uses: actions/checkout@v2
1717
- name: Build package and run tests

.github/workflows/linters.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
steps:
1111
- uses: actions/setup-go@v3
1212
with:
13-
go-version: "1.18"
13+
go-version: "1.23"
1414
- name: Checkout code
1515
uses: actions/checkout@v2
1616
- name: Install golangci-lint

0 commit comments

Comments
 (0)