Skip to content

Commit 7fee594

Browse files
committed
chore: update go1.22.2
1 parent 2051a54 commit 7fee594

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
tags:
99
- "v*"
1010
env:
11-
GO_VERSION: "1.21"
11+
GO_VERSION: "1.22.2"
1212

1313
permissions:
1414
contents: write

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.21.5-alpine3.19 as builder
1+
FROM golang:1.22.2-alpine3.19 as builder
22
RUN echo '' > /etc/apk/repositories && \
33
echo "https://mirror.tuna.tsinghua.edu.cn/alpine/v3.19/main" >> /etc/apk/repositories && \
44
echo "https://mirror.tuna.tsinghua.edu.cn/alpine/v3.19/community" >> /etc/apk/repositories && \

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module github.com/soulteary/certs-maker
22

3-
go 1.21
3+
go 1.22.2

0 commit comments

Comments
 (0)