karalabe/xgo-1.13.x is unmaintained, moving to techknowlogick/xgo:go-1.13.x

This commit is contained in:
Jason Kulatunga
2021-10-24 22:05:28 -07:00
parent fe3f38ae54
commit c7603c8f62
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ jobs:
build:
name: Build
runs-on: ubuntu-latest
container: karalabe/xgo-1.13.x
container: techknowlogick/xgo:go-1.13.x
env:
PROJECT_PATH: /go/src/github.com/analogj/scrutiny
CGO_ENABLED: 1
+1 -1
View File
@@ -1,4 +1,4 @@
FROM karalabe/xgo-1.13.x
FROM techknowlogick/xgo:go-1.13.x
WORKDIR /go/src/github.com/analogj/scrutiny