Skip to content

Commit 7939d1c

Browse files
committed
build: retrieve go version from go mod
1 parent 65495e0 commit 7939d1c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- name: Setup Go
1212
uses: actions/setup-go@v5
1313
with:
14-
go-version: '1.26.4'
14+
go-version-file: 'go.mod'
1515
- name: Display Go version
1616
run: go version
1717
- name: Build Dependencies

0 commit comments

Comments
 (0)