diff --git a/.github/workflows/license-checker.yaml b/.github/workflows/license-checker.yaml index 6c4bcf98..29e77e0e 100644 --- a/.github/workflows/license-checker.yaml +++ b/.github/workflows/license-checker.yaml @@ -17,7 +17,7 @@ jobs: - name: Golang | Install Golang uses: actions/setup-go@v5 with: - go-version: 1.24.6 + go-version: 1.25.0 - name: Golang | Install License Checker run: go install github.com/google/go-licenses@latest diff --git a/services/backend/go.mod b/services/backend/go.mod index ced34ff9..865a1319 100644 --- a/services/backend/go.mod +++ b/services/backend/go.mod @@ -2,7 +2,7 @@ module github.com/uvulpos/golang-sveltekit-template go 1.23.0 -toolchain go1.24.6 +toolchain go1.25.0 require ( github.com/charmbracelet/lipgloss v1.1.0