Skip to content

Commit a337ff8

Browse files
authored
Merge pull request #1074 from 6boris/dev
Update Ci
2 parents a120509 + 8da44cf commit a337ff8

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
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)