Skip to content

Commit d76050c

Browse files
authored
Update go.yml
1 parent 7f48f3d commit d76050c

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/go.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,7 @@ jobs:
1919
- name: Set up Go
2020
uses: actions/setup-go@v3
2121
with:
22-
go-version: 1.19
22+
go-version: 1.22
2323

2424
- name: Build
2525
run: go build -v ./...
26-
27-
- name: Test
28-
run: go test -v ./...

0 commit comments

Comments
 (0)