Skip to content

Commit

Permalink
Update testing.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dmachard authored Oct 27, 2022
1 parent d7c788c commit f1e6fe8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ on:

jobs:
testing:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04

strategy:
matrix:
go-version: ['1.16', '1.17', '1.18', '1.19']

steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: ${{ matrix.go-version }}

Expand Down

0 comments on commit f1e6fe8

Please sign in to comment.