Skip to content
This repository was archived by the owner on Dec 12, 2025. It is now read-only.

Commit c2cb230

Browse files
committed
Bumped go version in actions
1 parent 502543a commit c2cb230

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@v4
1616
with:
17-
go-version: '1.22'
17+
go-version: '1.23'
1818

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

0 commit comments

Comments
 (0)