diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 80f24c1..99a35ef 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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 diff --git a/.semaphore/goreleaser.yml b/.semaphore/goreleaser.yml index a36bda9..ed5e0ac 100644 --- a/.semaphore/goreleaser.yml +++ b/.semaphore/goreleaser.yml @@ -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' diff --git a/.semaphore/semaphore.yml b/.semaphore/semaphore.yml index 87b70b8..bc1fc2f 100644 --- a/.semaphore/semaphore.yml +++ b/.semaphore/semaphore.yml @@ -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 @@ -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 diff --git a/go.mod b/go.mod index 1f075a1..8ff3925 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/semaphoreci/test-results -go 1.18 +go 1.20 require ( github.com/google/uuid v1.3.0