1
0
mirror of https://github.com/tw93/Mole.git synced 2026-03-22 21:20:09 +00:00

ci: align workflow Go versions with go.mod

This commit is contained in:
Tw93
2026-03-10 16:22:50 +08:00
parent 65b0db4e1c
commit 5fd6186057
4 changed files with 5 additions and 5 deletions

View File

@@ -28,7 +28,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v5
with:
go-version: "1.24.6"
go-version-file: go.mod
- name: Build Binaries
run: |