Skip to content

Commit f5b2afa

Browse files
authored
Update: update and fixed CI (#201)
* Update: update readme.md and examples * Update: unify and clean License to Apache2.0 * Update: update and fixed CI
1 parent 10594f7 commit f5b2afa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/go.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,19 @@ jobs:
55
# name: build
66
strategy:
77
matrix:
8-
go: [1.24.x, 1.25.x]
8+
go: [1.25.x, 1.26.x]
99
os: [macOS-latest, windows-latest, ubuntu-latest]
1010
runs-on: ${{ matrix.os }}
1111

1212
steps:
1313
- name: Set up Go ${{ matrix.go }}
14-
uses: actions/setup-go@v1
14+
uses: actions/setup-go@v6
1515
with:
1616
go-version: ${{ matrix.go }}
1717
id: go
1818

1919
- name: Check out code into the Go module directory
20-
uses: actions/checkout@v1
20+
uses: actions/checkout@v6
2121

2222
- name: Get dependencies
2323
run: |

0 commit comments

Comments
 (0)