mirror of
https://github.com/prymitive/karma
synced 2026-08-19 11:36:24 +00:00
fix(backend): update deps
This commit is contained in:
committed by
Łukasz Mierzwa
parent
7072fe42e1
commit
6b106fd891
@@ -21,7 +21,7 @@ jobs:
|
||||
- name: Set up Go
|
||||
uses: actions/setup-go@v5
|
||||
with:
|
||||
go-version: 1.24.1
|
||||
go-version: 1.25.3
|
||||
cache: false
|
||||
|
||||
- name: Run go mod tidy
|
||||
|
||||
@@ -22,7 +22,7 @@ jobs:
|
||||
- name: Set up Go
|
||||
uses: actions/setup-go@v5
|
||||
with:
|
||||
go-version: 1.24.1
|
||||
go-version: 1.25.3
|
||||
cache: false
|
||||
|
||||
- name: Restore cache
|
||||
@@ -62,7 +62,7 @@ jobs:
|
||||
- name: Set up Go
|
||||
uses: actions/setup-go@v5
|
||||
with:
|
||||
go-version: 1.24.1
|
||||
go-version: 1.25.3
|
||||
cache: false
|
||||
|
||||
- name: Restore cache
|
||||
@@ -143,7 +143,7 @@ jobs:
|
||||
- name: Set up Go
|
||||
uses: actions/setup-go@v5
|
||||
with:
|
||||
go-version: 1.24.1
|
||||
go-version: 1.25.3
|
||||
cache: false
|
||||
|
||||
- name: Format Go code
|
||||
@@ -299,7 +299,7 @@ jobs:
|
||||
- name: Set up Go
|
||||
uses: actions/setup-go@v5
|
||||
with:
|
||||
go-version: 1.24.1
|
||||
go-version: 1.25.3
|
||||
cache: false
|
||||
|
||||
- name: Restore cache
|
||||
@@ -375,7 +375,7 @@ jobs:
|
||||
- name: Set up Go
|
||||
uses: actions/setup-go@v5
|
||||
with:
|
||||
go-version: 1.24.1
|
||||
go-version: 1.25.3
|
||||
cache: false
|
||||
|
||||
- name: Cache Go
|
||||
|
||||
+1
-1
@@ -6,7 +6,7 @@ RUN apk add make git
|
||||
COPY ui /src/ui
|
||||
RUN make -C /src/ui build
|
||||
|
||||
FROM golang:1.24.1-alpine AS go-builder
|
||||
FROM golang:1.25.3-alpine AS go-builder
|
||||
RUN apk add make git
|
||||
COPY Makefile /src/Makefile
|
||||
COPY make /src/make
|
||||
|
||||
+1
-1
@@ -6,7 +6,7 @@ RUN cd /src/ui && npm ci && touch node_modules/.install
|
||||
COPY ui /src/ui
|
||||
RUN make -C /src/ui build
|
||||
|
||||
FROM golang:1.24.1-alpine AS go-builder
|
||||
FROM golang:1.25.3-alpine AS go-builder
|
||||
RUN apk add make git
|
||||
COPY Makefile /src/Makefile
|
||||
COPY make /src/make
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
module github.com/prymitive/karma
|
||||
|
||||
go 1.24.0
|
||||
go 1.25.0
|
||||
|
||||
require (
|
||||
github.com/Masterminds/semver/v3 v3.3.1
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
module _
|
||||
|
||||
go 1.24.0
|
||||
go 1.25.0
|
||||
|
||||
require golang.org/x/perf v0.0.0-20250813145418-2f7363a06fe1
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
module _
|
||||
|
||||
go 1.24.0
|
||||
go 1.25.0
|
||||
|
||||
require mvdan.cc/gofumpt v0.9.0
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
module _
|
||||
|
||||
go 1.24.0
|
||||
go 1.25.0
|
||||
|
||||
require golang.org/x/tools v0.36.0
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
module _
|
||||
|
||||
go 1.24.0
|
||||
go 1.25.0
|
||||
|
||||
require github.com/golangci/golangci-lint/v2 v2.4.0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user