Skip to content

Commit 57c5735

Browse files
committed
chore: bump go to 1.26.4
1 parent 426eac2 commit 57c5735

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Setup go
2424
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6
2525
with:
26-
go-version: "^1.26.0"
26+
go-version: "^1.26.4"
2727

2828
- name: Go dependencies
2929
run: go mod download

.github/workflows/nightly.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
- name: Install go
6868
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6
6969
with:
70-
go-version: "^1.26.0"
70+
go-version: "^1.26.4"
7171

7272
- name: Install frontend dependencies
7373
working-directory: ./frontend
@@ -112,7 +112,7 @@ jobs:
112112
- name: Install go
113113
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6
114114
with:
115-
go-version: "^1.26.0"
115+
go-version: "^1.26.4"
116116

117117
- name: Install frontend dependencies
118118
working-directory: ./frontend

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: Install go
4444
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6
4545
with:
46-
go-version: "^1.26.0"
46+
go-version: "^1.26.4"
4747

4848
- name: Install frontend dependencies
4949
working-directory: ./frontend
@@ -85,7 +85,7 @@ jobs:
8585
- name: Install go
8686
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6
8787
with:
88-
go-version: "^1.26.0"
88+
go-version: "^1.26.4"
8989

9090
- name: Install frontend dependencies
9191
working-directory: ./frontend

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Contributing to Tinyauth is straightforward. Follow the steps below to set up a
88
## Requirements
99

1010
- pnpm
11-
- Golang v1.24.0 or later
11+
- Golang v1.26.4 or later
1212
- Git
1313
- Docker
1414
- Make

0 commit comments

Comments
 (0)