Skip to content

Commit 891cecd

Browse files
authored
feat(dependencies): Tracks Golang version. (#149)
* feat(docker): First golang version. * feat(dependencies): Tracks Gitpod full workspace docker image. * feat(dependencies): Added golang and an action. * chore(dependencies): Pinned version of workspace-full. * chore(dependencies): Added golang. * feat(dependencies): Added debian. * fix(dependencies): POSIX. * fix(dependencies): POSIX. * feat(dependencies): Tracks golang version.
1 parent 923551a commit 891cecd

File tree

1 file changed

+40
-0
lines changed

1 file changed

+40
-0
lines changed

updatecli/updatecli.d/golang.yaml

+40
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
---
2+
name: "deps: update Golang Version"
3+
4+
scms:
5+
default:
6+
kind: github
7+
spec:
8+
user: "{{ .github.user }}"
9+
email: "{{ .github.email }}"
10+
owner: "{{ .github.owner }}"
11+
repository: "{{ .github.repository }}"
12+
token: "{{ requiredEnv .github.token }}"
13+
username: "{{ .github.username }}"
14+
branch: "{{ .github.branch }}"
15+
16+
sources:
17+
golang:
18+
name: Get latest Golang version
19+
kind: golang
20+
21+
targets:
22+
golang:
23+
name: 'deps(dockerfile): bump golang version'
24+
kind: dockerfile
25+
spec:
26+
file: dockerfiles/golang/Dockerfile
27+
instruction:
28+
keyword: ARG
29+
matcher: GOLANG_VERSION
30+
sourceid: golang
31+
32+
actions:
33+
default:
34+
kind: github/pullrequest
35+
scmid: default
36+
title: Bump golang version to {{ source "golang" }}
37+
spec:
38+
labels:
39+
- dependencies
40+
- chore

0 commit comments

Comments
 (0)