Skip to content

Commit d0b9bc7

Browse files
committed
fix: ci
1 parent b0e3e05 commit d0b9bc7

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/go.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,16 @@ jobs:
1111
name: Build
1212
runs-on: ubuntu-latest
1313
steps:
14+
- name: Check out code into the Go module directory
15+
uses: actions/checkout@v5
16+
1417
- name: Set up Go 1.x
15-
uses: actions/setup-go@v4
18+
uses: actions/setup-go@v6
1619
with:
1720
go-version: "1.x"
21+
check-latest: true
1822
id: go
1923

20-
- name: Check out code into the Go module directory
21-
uses: actions/checkout@v3
22-
2324
- name: Build
2425
run: go build -race -v ./...
2526

0 commit comments

Comments
 (0)