Skip to content

Commit

Permalink
build: update go to 1.20 (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaspin authored Oct 16, 2023
1 parent 79d435d commit a508c04
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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: Run tests
Expand Down
4 changes: 2 additions & 2 deletions .semaphore/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ blocks:
- name: sem-robot-test-results
prologue:
commands:
- sem-version go 1.18
- sem-version go 1.20
- checkout
jobs:
- name: goreleaser
commands:
- 'curl -sL https://git.io/goreleaser | VERSION=v1.18.2 bash'
- 'curl -sL https://git.io/goreleaser | bash'
4 changes: 2 additions & 2 deletions .semaphore/semaphore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ blocks:
task:
prologue:
commands:
- sem-version go 1.18
- sem-version go 1.20
- checkout
- go mod download
- go install gotest.tools/gotestsum@latest
Expand Down Expand Up @@ -53,7 +53,7 @@ blocks:
task:
prologue:
commands:
- sem-version go 1.18
- sem-version go 1.20
- checkout
- go mod download
- 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/test-results

go 1.18
go 1.20

require (
github.com/google/uuid v1.3.0
Expand Down

0 comments on commit a508c04

Please sign in to comment.