mirror of
https://github.com/open-telemetry/opentelemetry-go.git
synced 2025-01-26 03:52:03 +02:00
Update go versions used in workflows (#4480)
This commit is contained in:
parent
fc70923e53
commit
01d64c3e77
2
.github/workflows/benchmark.yml
vendored
2
.github/workflows/benchmark.yml
vendored
@ -4,7 +4,7 @@ on:
|
|||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
env:
|
env:
|
||||||
DEFAULT_GO_VERSION: "1.21"
|
DEFAULT_GO_VERSION: "~1.21.1"
|
||||||
jobs:
|
jobs:
|
||||||
benchmark:
|
benchmark:
|
||||||
name: Benchmarks
|
name: Benchmarks
|
||||||
|
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -14,7 +14,7 @@ env:
|
|||||||
# backwards compatibility with the previous two minor releases and we
|
# backwards compatibility with the previous two minor releases and we
|
||||||
# explicitly test our code for these versions so keeping this at prior
|
# explicitly test our code for these versions so keeping this at prior
|
||||||
# versions does not add value.
|
# versions does not add value.
|
||||||
DEFAULT_GO_VERSION: "1.21"
|
DEFAULT_GO_VERSION: "~1.21.1"
|
||||||
jobs:
|
jobs:
|
||||||
lint:
|
lint:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
@ -99,7 +99,7 @@ jobs:
|
|||||||
compatibility-test:
|
compatibility-test:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
go-version: ["1.21", "1.20", 1.19]
|
go-version: ["~1.21.1", "~1.20.8", 1.19]
|
||||||
os: [ubuntu-latest, macos-latest, windows-latest]
|
os: [ubuntu-latest, macos-latest, windows-latest]
|
||||||
# GitHub Actions does not support arm* architectures on default
|
# GitHub Actions does not support arm* architectures on default
|
||||||
# runners. It is possible to accomplish this with a self-hosted runner
|
# runners. It is possible to accomplish this with a self-hosted runner
|
||||||
|
2
.github/workflows/dependabot.yml
vendored
2
.github/workflows/dependabot.yml
vendored
@ -13,7 +13,7 @@ jobs:
|
|||||||
ref: ${{ github.head_ref }}
|
ref: ${{ github.head_ref }}
|
||||||
- uses: actions/setup-go@v4
|
- uses: actions/setup-go@v4
|
||||||
with:
|
with:
|
||||||
go-version: '^1.21.0'
|
go-version: '^1.21.1'
|
||||||
- uses: evantorrie/mott-the-tidier@v1-beta
|
- uses: evantorrie/mott-the-tidier@v1-beta
|
||||||
id: modtidy
|
id: modtidy
|
||||||
with:
|
with:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user