Compare commits
2 Commits
9b28758bd8
...
main
Author | SHA1 | Date | |
---|---|---|---|
376d61d739 | |||
5cef97976e
|
@@ -4,6 +4,6 @@ type: docker
|
||||
name: "test"
|
||||
steps:
|
||||
- name: test
|
||||
image: bash
|
||||
image: harbor.front.kjuulh.io/docker-proxy/library/bash:latest
|
||||
commands:
|
||||
- echo 'Run tests'
|
||||
|
@@ -1,3 +1,3 @@
|
||||
module ftl-fundamentals
|
||||
|
||||
go 1.17
|
||||
go 1.19
|
||||
|
@@ -1,3 +1,3 @@
|
||||
module gmachine
|
||||
|
||||
go 1.17
|
||||
go 1.19
|
||||
|
@@ -1,5 +1,5 @@
|
||||
module linkchecker
|
||||
|
||||
go 1.17
|
||||
go 1.19
|
||||
|
||||
require golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd // indirect
|
||||
|
Reference in New Issue
Block a user