1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2025-01-05 22:54:18 +02:00

Update go version to v1.21.3/1.20.10 for CI (#4607)

This commit is contained in:
David Ashpole 2023-10-12 02:24:09 -04:00 committed by GitHub
parent 960e6ab425
commit 7997bb71d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 5 deletions

View File

@ -4,7 +4,7 @@ on:
branches:
- main
env:
DEFAULT_GO_VERSION: "~1.21.1"
DEFAULT_GO_VERSION: "~1.21.3"
jobs:
benchmark:
name: Benchmarks

View File

@ -14,7 +14,7 @@ env:
# backwards compatibility with the previous two minor releases and we
# explicitly test our code for these versions so keeping this at prior
# versions does not add value.
DEFAULT_GO_VERSION: "~1.21.1"
DEFAULT_GO_VERSION: "~1.21.3"
jobs:
lint:
runs-on: ubuntu-latest
@ -99,7 +99,7 @@ jobs:
compatibility-test:
strategy:
matrix:
go-version: ["~1.21.1", "~1.20.8"]
go-version: ["~1.21.3", "~1.20.10"]
os: [ubuntu-latest, macos-latest, windows-latest]
# GitHub Actions does not support arm* architectures on default
# runners. It is possible to accomplish this with a self-hosted runner

View File

@ -10,7 +10,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v4
with:
go-version: "~1.21.1"
go-version: "~1.21.3"
- uses: actions/checkout@v4

View File

@ -13,7 +13,7 @@ jobs:
ref: ${{ github.head_ref }}
- uses: actions/setup-go@v4
with:
go-version: '^1.21.1'
go-version: '~1.21.3'
- uses: evantorrie/mott-the-tidier@v1-beta
id: modtidy
with: