go1.26-rc.1

This commit is contained in:
xugo
2026-01-08 22:33:32 +08:00
parent bd4e13cfc1
commit 7153059e5b
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: "1.25.4"
go-version: "1.26.0-rc.1"
- name: Build Linux binaries
run: make build/linux
+1 -1
View File
@@ -1,6 +1,6 @@
module github.com/gowvp/owl
go 1.25.4
go 1.26
require (
github.com/DATA-DOG/go-sqlmock v1.5.2