File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments