We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 956d003 + 93c0d47 commit 9d08943Copy full SHA for 9d08943
3 files changed
.semaphore/release.yml
@@ -14,7 +14,7 @@ blocks:
14
- name: sem-robot-ghtoken
15
prologue:
16
commands:
17
- - sem-version go 1.18
+ - sem-version go 1.20
18
- "export GOPATH=~/go"
19
- "export PATH=/home/semaphore/go/bin:$PATH"
20
- checkout
Dockerfile.dev
@@ -1,4 +1,4 @@
1
-FROM golang:1.18
+FROM golang:1.20
2
3
RUN go install gotest.tools/gotestsum@latest
4
go.mod
@@ -1,6 +1,6 @@
module github.com/semaphoreci/cli
-go 1.18
+go 1.20
5
require (
6
github.com/ghodss/yaml v1.0.0
0 commit comments