Skip to content

Commit

Permalink
chore: update go1.22.2
Browse files Browse the repository at this point in the history
  • Loading branch information
soulteary committed Apr 6, 2024
1 parent 2051a54 commit 7fee594
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
tags:
- "v*"
env:
GO_VERSION: "1.21"
GO_VERSION: "1.22.2"

permissions:
contents: write
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.21.5-alpine3.19 as builder
FROM golang:1.22.2-alpine3.19 as builder
RUN echo '' > /etc/apk/repositories && \
echo "https://mirror.tuna.tsinghua.edu.cn/alpine/v3.19/main" >> /etc/apk/repositories && \
echo "https://mirror.tuna.tsinghua.edu.cn/alpine/v3.19/community" >> /etc/apk/repositories && \
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module github.com/soulteary/certs-maker

go 1.21
go 1.22.2

0 comments on commit 7fee594

Please sign in to comment.