Skip to content

Commit 79e4391

Browse files
chore: upgrade go version to 1.26
- Updated `.github/workflows/ci.yml` to use go-version `'1.26'` - Updated `go.mod` to use `go 1.26.0` and explicitly included the toolchain directive `toolchain go1.26.0` Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
1 parent 3d37785 commit 79e4391

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v4
1515
- uses: actions/setup-go@v5
1616
with:
17-
go-version: '1.24'
17+
go-version: '1.26'
1818
cache: false
1919
- name: golangci-lint
2020
uses: golangci/golangci-lint-action@v6
@@ -28,6 +28,6 @@ jobs:
2828
- uses: actions/checkout@v4
2929
- uses: actions/setup-go@v5
3030
with:
31-
go-version: '1.24'
31+
go-version: '1.26'
3232
- name: Test
3333
run: go test -v ./...

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
module github.com/pixelvide/laravel-go
22

3-
go 1.24.0
3+
go 1.26.0
44

5-
toolchain go1.24.3
5+
toolchain go1.26.0
66

77
require (
88
github.com/DATA-DOG/go-sqlmock v1.5.2

0 commit comments

Comments
 (0)