Skip to content

Commit

Permalink
upgrade Go to 1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaspin committed Oct 11, 2023
1 parent cd9e37e commit f93034b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v2
with:
go-version: 1.18.x
go-version: 1.20.x
- name: Check out repository code
uses: actions/checkout@v2
- name: Install gotestsum
Expand Down
2 changes: 1 addition & 1 deletion .semaphore/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ blocks:
- name: github-release-bot-artifact
prologue:
commands:
- sem-version go 1.18
- sem-version go 1.20
- "export GOPATH=~/go"
- "export PATH=~/go/bin:$PATH"
- checkout
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.dev
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.18
FROM golang:1.20

RUN go install gotest.tools/gotestsum@latest

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/semaphoreci/artifact

go 1.18
go 1.20

require (
github.com/hashicorp/go-retryablehttp v0.7.2
Expand Down

0 comments on commit f93034b

Please sign in to comment.