Skip to content

Commit b921f9b

Browse files
authored
Merge pull request #12 from grinish21/fix/actions-mod
fix: use go version from go.mod in actions build
2 parents 2e80df8 + 9b07682 commit b921f9b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ jobs:
1515
- name: Set up Go
1616
uses: actions/setup-go@v5
1717
with:
18-
go-version: '1.23'
18+
go-version-file: go.mod
1919
- name: Build
2020
run: go build -v ./...

0 commit comments

Comments
 (0)