Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
canifa_note
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Vũ Hoàng Anh
canifa_note
Commits
bbca130d
Commit
bbca130d
authored
Feb 24, 2025
by
Johnny
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: bump golang version
parent
a0fabaf0
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
6 deletions
+6
-6
backend-tests.yml
.github/workflows/backend-tests.yml
+3
-3
build-artifacts.yml
.github/workflows/build-artifacts.yml
+1
-1
Dockerfile
Dockerfile
+1
-1
go.mod
go.mod
+1
-1
No files found.
.github/workflows/backend-tests.yml
View file @
bbca130d
...
@@ -18,12 +18,12 @@ jobs:
...
@@ -18,12 +18,12 @@ jobs:
-
uses
:
actions/checkout@v4
-
uses
:
actions/checkout@v4
-
uses
:
actions/setup-go@v5
-
uses
:
actions/setup-go@v5
with
:
with
:
go-version
:
1.2
3
go-version
:
1.2
4
check-latest
:
true
check-latest
:
true
cache
:
true
cache
:
true
-
name
:
Verify go.mod is tidy
-
name
:
Verify go.mod is tidy
run
:
|
run
:
|
go mod tidy -go=1.2
3
go mod tidy -go=1.2
4
git diff --exit-code
git diff --exit-code
-
name
:
golangci-lint
-
name
:
golangci-lint
uses
:
golangci/golangci-lint-action@v6
uses
:
golangci/golangci-lint-action@v6
...
@@ -38,7 +38,7 @@ jobs:
...
@@ -38,7 +38,7 @@ jobs:
-
uses
:
actions/checkout@v4
-
uses
:
actions/checkout@v4
-
uses
:
actions/setup-go@v5
-
uses
:
actions/setup-go@v5
with
:
with
:
go-version
:
1.2
3
go-version
:
1.2
4
check-latest
:
true
check-latest
:
true
cache
:
true
cache
:
true
-
name
:
Run all tests
-
name
:
Run all tests
...
...
.github/workflows/build-artifacts.yml
View file @
bbca130d
...
@@ -18,7 +18,7 @@ jobs:
...
@@ -18,7 +18,7 @@ jobs:
fetch-depth
:
0
fetch-depth
:
0
-
uses
:
actions/setup-go@v5
-
uses
:
actions/setup-go@v5
with
:
with
:
go-version
:
1.2
3
go-version
:
1.2
4
check-latest
:
true
check-latest
:
true
cache
:
true
cache
:
true
-
uses
:
pnpm/action-setup@v4.0.0
-
uses
:
pnpm/action-setup@v4.0.0
...
...
Dockerfile
View file @
bbca130d
...
@@ -11,7 +11,7 @@ RUN pnpm i --frozen-lockfile
...
@@ -11,7 +11,7 @@ RUN pnpm i --frozen-lockfile
RUN
pnpm build
RUN
pnpm build
# Build backend exec file.
# Build backend exec file.
FROM
golang:1.2
3
-alpine AS backend
FROM
golang:1.2
4
-alpine AS backend
WORKDIR
/backend-build
WORKDIR
/backend-build
COPY
. .
COPY
. .
...
...
go.mod
View file @
bbca130d
module github.com/usememos/memos
module github.com/usememos/memos
go 1.2
3
go 1.2
4
require (
require (
github.com/aws/aws-sdk-go-v2 v1.36.0
github.com/aws/aws-sdk-go-v2 v1.36.0
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment