File tree 4 files changed +6
-6
lines changed
4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -18,12 +18,12 @@ jobs:
18
18
- uses : actions/checkout@v4
19
19
- uses : actions/setup-go@v5
20
20
with :
21
- go-version : 1.23
21
+ go-version : 1.24
22
22
check-latest : true
23
23
cache : true
24
24
- name : Verify go.mod is tidy
25
25
run : |
26
- go mod tidy -go=1.23
26
+ go mod tidy -go=1.24
27
27
git diff --exit-code
28
28
- name : golangci-lint
29
29
uses : golangci/golangci-lint-action@v6
38
38
- uses : actions/checkout@v4
39
39
- uses : actions/setup-go@v5
40
40
with :
41
- go-version : 1.23
41
+ go-version : 1.24
42
42
check-latest : true
43
43
cache : true
44
44
- name : Run all tests
Original file line number Diff line number Diff line change 18
18
fetch-depth : 0
19
19
- uses : actions/setup-go@v5
20
20
with :
21
- go-version : 1.23
21
+ go-version : 1.24
22
22
check-latest : true
23
23
cache : true
24
24
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ RUN pnpm i --frozen-lockfile
11
11
RUN pnpm build
12
12
13
13
# Build backend exec file.
14
- FROM golang:1.23 -alpine AS backend
14
+ FROM golang:1.24 -alpine AS backend
15
15
WORKDIR /backend-build
16
16
17
17
COPY . .
Original file line number Diff line number Diff line change 1
1
module github.com/usememos/memos
2
2
3
- go 1.23
3
+ go 1.24
4
4
5
5
require (
6
6
github.com/aws/aws-sdk-go-v2 v1.36.0
You can’t perform that action at this time.
0 commit comments