Compare commits

..

4 Commits

Author SHA1 Message Date
376d61d739 Update module go to 1.19
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2022-10-26 17:21:41 +00:00
5cef97976e Add .drone.yml 2022-10-26 16:14:50 +02:00
9b28758bd8 Merge pull request 'Configure Renovate' (#1) from renovate/configure into main
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: https://git.front.kjuulh.io/kjuulh/bitfield/pulls/1
2022-10-26 10:16:50 +00:00
e71026c25c Add renovate.json
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2022-10-26 09:56:34 +00:00
5 changed files with 7 additions and 4 deletions

View File

@@ -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'

View File

@@ -1,3 +1,3 @@
module ftl-fundamentals
go 1.17
go 1.19

View File

@@ -1,3 +1,3 @@
module gmachine
go 1.17
go 1.19

View File

@@ -1,5 +1,5 @@
module linkchecker
go 1.17
go 1.19
require golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd // indirect

3
renovate.json Normal file
View File

@@ -0,0 +1,3 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json"
}