Skip to content

Commit 05fb052

Browse files
committed
Bump go version in actions
1 parent 78b3fb6 commit 05fb052

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Install Go
1414
uses: actions/setup-go@v2
1515
with:
16-
go-version: 1.19
16+
go-version: 1.23
1717

1818
- uses: actions/checkout@v2
1919

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
test:
1515
strategy:
1616
matrix:
17-
go-version: [1.19.x]
17+
go-version: [1.23.x]
1818
platform: [ ubuntu-latest ]
1919
runs-on: ubuntu-latest
2020
steps:

0 commit comments

Comments
 (0)