mirror of
https://github.com/XrayR-project/XrayR.git
synced 2025-06-10 22:39:55 +00:00
chore: update go to 1.19
This commit is contained in:
parent
a906006015
commit
7604e33b03
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -113,7 +113,7 @@ jobs:
|
||||
- name: Set up Go
|
||||
uses: actions/setup-go@v2
|
||||
with:
|
||||
go-version: ^1.18
|
||||
go-version: ^1.19
|
||||
|
||||
- name: Get project dependencies
|
||||
run: go mod download
|
||||
|
@ -1,5 +1,5 @@
|
||||
# Build go
|
||||
FROM golang:1.18-alpine AS builder
|
||||
FROM golang:1.19-alpine AS builder
|
||||
WORKDIR /app
|
||||
COPY . .
|
||||
ENV CGO_ENABLED=0
|
||||
|
Loading…
x
Reference in New Issue
Block a user