Skip to content

Commit 9155dbd

Browse files
chore(deps): Update dependency go to v1.24.4 (#559)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9d8a6e0 commit 9155dbd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/license-checker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Golang | Install Golang
1818
uses: actions/setup-go@v5
1919
with:
20-
go-version: 1.24.3
20+
go-version: 1.24.4
2121

2222
- name: Golang | Install License Checker
2323
run: go install github.com/google/go-licenses@latest

services/backend/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module github.com/uvulpos/golang-sveltekit-template
22

33
go 1.23.0
44

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

77
require (
88
github.com/charmbracelet/lipgloss v1.1.0

0 commit comments

Comments
 (0)