Skip to content

Commit e84bf35

Browse files
committed
Bump go version in go workflow
1 parent bcd169e commit e84bf35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Set up Go
1515
uses: actions/setup-go@v2
1616
with:
17-
go-version: 1.17
17+
go-version: 1.19
1818

1919
- name: Test api
2020
run: go test -v ./api/...

0 commit comments

Comments
 (0)