Skip to content

Commit f58b043

Browse files
committed
update go version
1 parent f6da759 commit f58b043

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ services:
2727
looklook:
2828
# docker-hub : https://hub.docker.com/r/lyumikael/gomodd
2929
# dockerfile: https://github.com/Mikaelemmmm/gomodd , If you are macOs m1\m2 use dockerfile yourself to build the image
30-
image: lyumikael/gomodd:v1.20.3
30+
image: lyumikael/gomodd:v1.22.1
3131
container_name: looklook
3232
environment:
3333
# 时区上海 - Timezone Shanghai

go.mod

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
module looklook
22

3-
go 1.21
4-
5-
toolchain go1.22.5
3+
go 1.22
64

75
require (
86
github.com/golang-jwt/jwt/v4 v4.5.0

0 commit comments

Comments
 (0)