Skip to content

Commit c228a6b

Browse files
use go mod file for version
1 parent d8e58fe commit c228a6b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ jobs:
1616
- name: Set up Go
1717
uses: actions/setup-go@v3
1818
with:
19-
go-version: '1.23'
19+
go-version-file: 'go.mod'
20+
cache: true
2021

2122
- name: Install prerequisites
2223
run: make init

0 commit comments

Comments
 (0)