Skip to content

Commit 9a85309

Browse files
committed
build(ci): bump Go version to 1.25 in release workflow (modelpack#496)
Signed-off-by: SAY-5 <say.apm35@gmail.com>
1 parent f05d0db commit 9a85309

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Set up Go
3535
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
3636
with:
37-
go-version: '1.24' # Adjust to your Go version
37+
go-version: '1.25' # Adjust to your Go version
3838

3939
- name: Install dependencies
4040
run: go mod download

0 commit comments

Comments
 (0)