We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2051a54 commit 7fee594Copy full SHA for 7fee594
3 files changed
.github/workflows/release.yaml
@@ -8,7 +8,7 @@ on:
8
tags:
9
- "v*"
10
env:
11
- GO_VERSION: "1.21"
+ GO_VERSION: "1.22.2"
12
13
permissions:
14
contents: write
docker/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM golang:1.21.5-alpine3.19 as builder
+FROM golang:1.22.2-alpine3.19 as builder
2
RUN echo '' > /etc/apk/repositories && \
3
echo "https://mirror.tuna.tsinghua.edu.cn/alpine/v3.19/main" >> /etc/apk/repositories && \
4
echo "https://mirror.tuna.tsinghua.edu.cn/alpine/v3.19/community" >> /etc/apk/repositories && \
go.mod
@@ -1,3 +1,3 @@
module github.com/soulteary/certs-maker
-go 1.21
+go 1.22.2
0 commit comments