We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46fd8d2 commit aa1bf3cCopy full SHA for aa1bf3c
1 file changed
.github/workflows/go.yml
@@ -13,15 +13,15 @@ jobs:
13
- uses: actions/checkout@v4
14
15
- name: Set up Go
16
- uses: actions/setup-go@v5
17
- with:
18
- go-version: "1.25"
+ uses: actions/setup-go@v5
+ with:
+ go-version: "1.25"
19
20
- name: Build
21
- run: go build ./...
+ run: go build ./...
22
23
- name: Test
24
- run: go test ./...
+ run: go test ./...
25
26
- name: Race
27
- run: go test -race ./...
+ run: go test -race ./...
0 commit comments