Skip to content

Commit bfb0d97

Browse files
authored
Bump go build version (#169)
1 parent 19d79a3 commit bfb0d97

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: install golang
1313
uses: actions/setup-go@v5
1414
with:
15-
go-version: 1.23.0
15+
go-version: 1.23.1
1616

1717
- name: checkout code
1818
uses: actions/checkout@v4

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
strategy:
1414
matrix:
15-
go-version: [1.23.0]
15+
go-version: [1.23.1]
1616

1717
steps:
1818
- name: install golang

0 commit comments

Comments
 (0)