Skip to content

Commit a88f05f

Browse files
committed
try fix action
1 parent dbeec27 commit a88f05f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/go.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ jobs:
1414
- uses: actions/checkout@v3
1515

1616
- name: Set up Go
17-
uses: actions/setup-go@v3
17+
uses: actions/setup-go@v4
1818
with:
19-
go-version: 1.20
19+
go-version: '1.20'
2020

2121
- name: Build
2222
run: go build -v ./...

0 commit comments

Comments
 (0)