go bump
This commit is contained in:
parent
d950bc6996
commit
6197369e04
1
.dockerignore
Normal file
1
.dockerignore
Normal file
@ -0,0 +1 @@
|
|||||||
|
tmp
|
@ -1,5 +1,5 @@
|
|||||||
# ------------------------------------------------------------------------
|
# ------------------------------------------------------------------------
|
||||||
from mcluseau/golang-builder:1.20.0 as build
|
from mcluseau/golang-builder:1.20.2 as build
|
||||||
|
|
||||||
# ------------------------------------------------------------------------
|
# ------------------------------------------------------------------------
|
||||||
from debian:stretch
|
from debian:stretch
|
||||||
|
@ -19,7 +19,7 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
var (
|
var (
|
||||||
upstreamURL = flag.String("upstream", "https://direktil.novit.nc/dist", "Upstream server for dist elements")
|
upstreamURL = flag.String("upstream", "https://dkl.novit.io/dist", "Upstream server for dist elements")
|
||||||
)
|
)
|
||||||
|
|
||||||
func (ctx *renderContext) distFetch(path ...string) (outPath string, err error) {
|
func (ctx *renderContext) distFetch(path ...string) (outPath string, err error) {
|
||||||
|
Loading…
Reference in New Issue
Block a user