File tree 9 files changed +1304
-922
lines changed
9 files changed +1304
-922
lines changed Original file line number Diff line number Diff line change 45
45
# Install Go!
46
46
- uses : actions/setup-go@v3
47
47
with :
48
- go-version : " ~1.20 "
48
+ go-version : " ~1.22 "
49
49
50
50
- name : Test
51
- run : go test ./...
51
+ run : go test ./... -race
Original file line number Diff line number Diff line change 35
35
36
36
- uses : actions/setup-go@v3
37
37
with :
38
- go-version : " ~1.20 "
38
+ go-version : " ~1.22 "
39
39
40
40
- name : Get Version
41
41
run : echo "version=$(./scripts/version.sh)" >> $GITHUB_OUTPUT
Load Diff Large diffs are not rendered by default.
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change @@ -63,7 +63,8 @@ nodeSelector: {}
63
63
# affinity -- Allows specifying an affinity rule for the Deployment.
64
64
# The default rule prefers to schedule coder pods on different
65
65
# nodes, which is only applicable if coder.replicaCount is greater than 1.
66
- affinity : {}
66
+ affinity :
67
+ {}
67
68
# podAntiAffinity:
68
69
# preferredDuringSchedulingIgnoredDuringExecution:
69
70
# - podAffinityTerm:
@@ -78,12 +79,13 @@ affinity: {}
78
79
79
80
# tolerations -- Tolerations for tainted nodes.
80
81
# See: https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/
81
- tolerations : {}
82
+ tolerations :
83
+ {}
82
84
# - key: "key"
83
85
# operator: "Equal"
84
86
# value: "value"
85
87
# effect: "NoSchedule"
86
88
87
89
# labels -- The pod labels for coder-logstream-kube. See:
88
90
# https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/
89
- labels : {}
91
+ labels : {}
You can’t perform that action at this time.
0 commit comments