Skip to content

Commit 4bd4c56

Browse files
authored
Merge pull request #6 from rajsinghtech/renovate/go-1.x
Update dependency go to v1.24.5
2 parents 57c0bc1 + 09f7bf8 commit 4bd4c56

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
- name: Set up Go
5454
uses: actions/setup-go@v4
5555
with:
56-
go-version: '1.21'
56+
go-version: '1.24'
5757
cache-dependency-path: backend/go.sum
5858

5959
- name: Install backend dependencies
@@ -158,7 +158,7 @@ jobs:
158158
- name: Set up Go
159159
uses: actions/setup-go@v4
160160
with:
161-
go-version: '1.21'
161+
go-version: '1.24'
162162
cache-dependency-path: backend/go.sum
163163

164164
- name: Build frontend

backend/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module github.com/rajsinghtech/tsflow/backend
22

33
go 1.23.0
44

5-
toolchain go1.24.4
5+
toolchain go1.24.5
66

77
require (
88
github.com/gin-contrib/cors v1.4.0

0 commit comments

Comments
 (0)