Skip to content

Commit e27572e

Browse files
committed
update ci
1 parent 41e0eda commit e27572e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Check out code into the Go module directory
14-
uses: actions/checkout@v2
15-
- name: Set up Go 1.21
16-
uses: actions/setup-go@v4
14+
uses: actions/checkout@v4
15+
- name: Set up Go 1.23
16+
uses: actions/setup-go@v5
1717
with:
18-
go-version-file: 'go.mod'
18+
go-version: '^1.23.0'
1919
id: go
2020
- name: Get dependencies
2121
run: go mod download

0 commit comments

Comments
 (0)