Skip to content

Commit 507e26a

Browse files
committed
Update Go version in CI workflows from 1.21 to 1.23
1 parent ede0ba2 commit 507e26a

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/publish.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ jobs:
1515
name: Build and upload
1616
runs-on: ubuntu-latest
1717
steps:
18-
- name: Set up Go 1.21
18+
- name: Set up Go 1.23
1919
uses: actions/setup-go@v1
2020
with:
21-
go-version: 1.21
21+
go-version: 1.23
2222
id: go
2323

2424
- name: Checkout code into the Go module directory

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ jobs:
66
name: Running Daemon Tests
77
runs-on: ubuntu-latest
88
steps:
9-
- name: Set up Go 1.21
9+
- name: Set up Go 1.23
1010
uses: actions/setup-go@v1
1111
with:
12-
go-version: 1.21
12+
go-version: 1.23
1313
id: go
1414

1515
- name: Prepare dependencies

0 commit comments

Comments
 (0)