chore: bump Go to 1.25.1

This commit is contained in:
Pasha Sviderski
2025-09-13 21:06:17 +10:00
parent 84376bb34c
commit e1734a1aa6
6 changed files with 9 additions and 14 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
with:
go-version: "1.23.2"
go-version: "1.25.1"
- name: Install dependencies
run: |
+1 -1
View File
@@ -23,7 +23,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
with:
go-version: "1.23.2"
go-version: "1.25.1"
- name: golangci-lint
uses: golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9 # v8.0.0
+4 -9
View File
@@ -8,18 +8,13 @@ size = 5498859
url = "https://github.com/vektra/mockery/releases/download/v3.5.3/mockery_3.5.3_Linux_x86_64.tar.gz"
[[tools.go]]
version = "1.23.12"
version = "1.25.1"
backend = "core:go"
[tools.go.platforms.linux-x64]
checksum = "sha256:d3847fef834e9db11bf64e3fb34db9c04db14e068eeb064f49af747010454f90"
size = 73666637
url = "https://dl.google.com/go/go1.23.12.linux-amd64.tar.gz"
[tools.go.platforms.macos-arm64]
checksum = "sha256:5bfa117e401ae64e7ffb960243c448b535fe007e682a13ff6c7371f4a6f0ccaa"
size = 71669468
url = "https://dl.google.com/go/go1.23.12.darwin-arm64.tar.gz"
checksum = "sha256:68deebb214f39d542e518ebb0598a406ab1b5a22bba8ec9ade9f55fb4dd94a6c"
size = 57906702
url = "https://dl.google.com/go/go1.25.1.darwin-arm64.tar.gz"
[[tools.golangci-lint]]
version = "2.2.2"
+1 -1
View File
@@ -3,7 +3,7 @@ experimental = true
[tools]
"aqua:vektra/mockery" = "3.5.3"
go = "1.23"
go = "1.25.1"
golangci-lint = "2.2.2"
protoc = "27.3"
protoc-gen-go = "1.34.2"
+1 -1
View File
@@ -1,6 +1,6 @@
ARG ALPINE_VERSION=3.20.3
FROM golang:1.23.2-alpine AS uncloudd
FROM golang:1.25.1-alpine AS uncloudd
ARG TARGETOS
ARG TARGETARCH
+1 -1
View File
@@ -1,6 +1,6 @@
module github.com/psviderski/uncloud
go 1.23.0
go 1.25
require (
github.com/BurntSushi/toml v1.4.0