We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 57c0bc1 + 09f7bf8 commit 4bd4c56Copy full SHA for 4bd4c56
.github/workflows/build.yml
@@ -53,7 +53,7 @@ jobs:
53
- name: Set up Go
54
uses: actions/setup-go@v4
55
with:
56
- go-version: '1.21'
+ go-version: '1.24'
57
cache-dependency-path: backend/go.sum
58
59
- name: Install backend dependencies
@@ -158,7 +158,7 @@ jobs:
158
159
160
161
162
163
164
- name: Build frontend
backend/go.mod
@@ -2,7 +2,7 @@ module github.com/rajsinghtech/tsflow/backend
2
3
go 1.23.0
4
5
-toolchain go1.24.4
+toolchain go1.24.5
6
7
require (
8
github.com/gin-contrib/cors v1.4.0
0 commit comments