Update golang version in github actions

This commit is contained in:
Matthew Kilgore
2025-06-29 14:02:47 -04:00
parent df8b27d9a6
commit 16dbada31a
2 changed files with 2 additions and 2 deletions

View File

@@ -17,7 +17,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: "1.23"
go-version: "1.24"
cache-dependency-path: backend/go.mod
- uses: pnpm/action-setup@v2

View File

@@ -12,7 +12,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: "1.23"
go-version: "1.24"
cache-dependency-path: backend/go.mod
- name: Install Task