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