Skip to content
Snippets Groups Projects
Commit 3c1d632e authored by jkito's avatar jkito :skull:
Browse files

Downgrade go version to 1.21 as 1.22 is not yet available in debian 12

parent 59f234ee
No related branches found
No related tags found
2 merge requests!46Downgrade go version to 1.21 as 1.22 is not yet available in debian 12,!45Downgrade go version to 1.21 as 1.22 is not yet available in debian 12
Pipeline #228311 passed
FROM golang:1.22 AS builder FROM golang:1.21 AS builder
ENV SOURCE_PATH ${GOPATH}/src/0xacab.org/leap/obfsvpn ENV SOURCE_PATH ${GOPATH}/src/0xacab.org/leap/obfsvpn
COPY . ${SOURCE_PATH}/ COPY . ${SOURCE_PATH}/
......
FROM golang:1.22 AS build FROM golang:1.21 AS build
ENV SOURCE_PATH ${GOPATH}/src/0xacab.org/leap/obfsvpn ENV SOURCE_PATH ${GOPATH}/src/0xacab.org/leap/obfsvpn
COPY . ${SOURCE_PATH}/ COPY . ${SOURCE_PATH}/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment