migrate to forge.dananglin.me.uk

This commit is contained in:
Dan Anglin 2022-04-17 23:39:25 +01:00
parent dac61bc6c7
commit f279056f25
Signed by: dananglin
GPG key ID: 0C1D44CFBEE68638
7 changed files with 3 additions and 18 deletions

View file

@ -1,5 +0,0 @@
---
image: golang:1.14.1-alpine
include:
- local: '/experiments/array-sum/.gitlab-ci.yml'

View file

@ -1,3 +1,3 @@
# Go Laboratory
A collection of small Go projects created from experimentation or tutorials.
A collection of small experimental projects.

View file

@ -1,10 +0,0 @@
---
test:arraysum:
only:
refs:
- merge_requests
changes:
- "experiments/array-sum/*.go"
- "experiments/array-sum/.gitlab-ci.yml"
script:
- go test -v ./experiments/array-sum

4
go.mod
View file

@ -1,3 +1,3 @@
module gitlab.com/dananglin/go-laboratory
module forge.dananglin.me.uk/code/apollo/laboratory
go 1.13
go 1.17