mirror of
https://github.com/kemko/reproxy.git
synced 2026-01-01 15:55:49 +03:00
switch to go v1.20
This commit is contained in:
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -11,10 +11,10 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: set up go 1.19
|
||||
- name: set up go 1.20
|
||||
uses: actions/setup-go@v3
|
||||
with:
|
||||
go-version: 1.19
|
||||
go-version: "1.20"
|
||||
id: go
|
||||
|
||||
- name: checkout
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
FROM golang:1.19-alpine as backend
|
||||
FROM golang:1.20-alpine as backend
|
||||
|
||||
ARG GIT_BRANCH
|
||||
ARG GITHUB_SHA
|
||||
@@ -20,7 +20,7 @@ RUN \
|
||||
cd app && go build -o /build/reproxy -ldflags "-X main.revision=${version} -s -w"
|
||||
|
||||
|
||||
FROM ghcr.io/umputun/baseimage/app:v1.6.1 as base
|
||||
FROM ghcr.io/umputun/baseimage/app:v1.11.0 as base
|
||||
|
||||
FROM scratch
|
||||
ENV REPROXY_IN_DOCKER=1
|
||||
|
||||
Reference in New Issue
Block a user