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.
1 parent f355a50 commit f233489Copy full SHA for f233489
.github/workflows/license-checker.yaml
@@ -17,7 +17,7 @@ jobs:
17
- name: Golang | Install Golang
18
uses: actions/setup-go@v5
19
with:
20
- go-version: 1.24.6
+ go-version: 1.25.0
21
22
- name: Golang | Install License Checker
23
run: go install github.com/google/go-licenses@latest
services/backend/go.mod
@@ -2,7 +2,7 @@ module github.com/uvulpos/golang-sveltekit-template
2
3
go 1.23.0
4
5
-toolchain go1.24.6
+toolchain go1.25.0
6
7
require (
8
github.com/charmbracelet/lipgloss v1.1.0
0 commit comments