Skip to content

Commit 4f2796f

Browse files
committed
build: Align Go version
1 parent 8ed43ed commit 4f2796f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/linters/.golangci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ linters-settings:
5252

5353
stylecheck:
5454
# Select the Go version to target.
55-
go: "1.23"
55+
go: "1.24"
5656
# STxxxx checks in https://staticcheck.io/docs/configuration/options/#checks
5757
# Default: ["*"]
5858
checks: ["all"]

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
### STAGE 1: Build cheqd did-resolver binary pre-requisites ###
33
#####################################################################
44

5-
FROM golang:1.23-alpine AS builder
5+
FROM golang:1.24-alpine AS builder
66

77
# Install minimum necessary dependencies
88
ENV PACKAGES="make git bash linux-headers findutils"

0 commit comments

Comments
 (0)