Skip to content

Commit 840a28e

Browse files
committed
v1.2.0-rc0
1 parent 29283ce commit 840a28e

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.github/workflows/docker.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
build:
10-
runs-on: ubuntu-latest
10+
runs-on: ubuntu-22.04
1111

1212
steps:
1313
- name: Checkout repository

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- armv5
1919
- 386
2020
- s390x
21-
runs-on: ubuntu-20.04
21+
runs-on: ubuntu-22.04
2222
steps:
2323
- name: Checkout repository
2424
uses: actions/[email protected]
@@ -29,7 +29,7 @@ jobs:
2929
uses: actions/setup-go@v5
3030
with:
3131
cache: false
32-
go-version-file: backend/go.mod
32+
go-version-file: go.mod
3333

3434
- name: Setup Node.js
3535
uses: actions/setup-node@v4

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ENV CGO_CFLAGS="-D_LARGEFILE64_SOURCE"
1010
ENV CGO_ENABLED=1
1111
ENV GOARCH=$TARGETARCH
1212
RUN apk update && apk --no-cache --update add build-base gcc wget unzip
13-
COPY --exclude=frontend . .
13+
COPY . .
1414
COPY --from=front-builder /app/dist/ /app/web/html/
1515
RUN go build -ldflags="-w -s" -tags "with_quic,with_grpc,with_ech,with_utls,with_reality_server,with_acme,with_gvisor" -o sui main.go
1616

config/version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.2.0-beta.3
1+
1.2.0-rc0

0 commit comments

Comments
 (0)