Skip to content

Commit 9d08943

Browse files
authored
Merge pull request #222 from semaphoreci/mr/bump-go-version-1.20
build: bump go version to 1.20
2 parents 956d003 + 93c0d47 commit 9d08943

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.semaphore/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ blocks:
1414
- name: sem-robot-ghtoken
1515
prologue:
1616
commands:
17-
- sem-version go 1.18
17+
- sem-version go 1.20
1818
- "export GOPATH=~/go"
1919
- "export PATH=/home/semaphore/go/bin:$PATH"
2020
- checkout

Dockerfile.dev

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.18
1+
FROM golang:1.20
22

33
RUN go install gotest.tools/gotestsum@latest
44

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/semaphoreci/cli
22

3-
go 1.18
3+
go 1.20
44

55
require (
66
github.com/ghodss/yaml v1.0.0

0 commit comments

Comments
 (0)