Skip to content

Commit

Permalink
build: update snippet test runner versions (#1915)
Browse files Browse the repository at this point in the history
  • Loading branch information
olavloite authored May 31, 2024
1 parent 42178b4 commit 05759f7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/snippets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.20.7'
go-version: '1.22.x'
- name: Run Go snippets
working-directory: ./samples/snippets/golang-snippets
run: go test
Expand All @@ -47,7 +47,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.9'
python-version: '3.12'
- run: python --version
- name: Install pip
run: python -m pip install --upgrade pip
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-dotnet@v4
with:
dotnet-version: '6.0.x'
dotnet-version: '8.0.x'
- run: node --version
- name: Run dotnet snippets
working-directory: ./samples/snippets/dotnet-snippets
Expand Down

0 comments on commit 05759f7

Please sign in to comment.