We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ed43ed commit 4f2796fCopy full SHA for 4f2796f
.github/linters/.golangci.yaml
@@ -52,7 +52,7 @@ linters-settings:
52
53
stylecheck:
54
# Select the Go version to target.
55
- go: "1.23"
+ go: "1.24"
56
# STxxxx checks in https://staticcheck.io/docs/configuration/options/#checks
57
# Default: ["*"]
58
checks: ["all"]
docker/Dockerfile
@@ -2,7 +2,7 @@
2
### STAGE 1: Build cheqd did-resolver binary pre-requisites ###
3
#####################################################################
4
5
-FROM golang:1.23-alpine AS builder
+FROM golang:1.24-alpine AS builder
6
7
# Install minimum necessary dependencies
8
ENV PACKAGES="make git bash linux-headers findutils"
0 commit comments