Skip to content

Commit

Permalink
Merge pull request #7 from globocom/assign_versions/VDESE-1172
Browse files Browse the repository at this point in the history
Fix ubunto version
  • Loading branch information
leniserodrigues committed Jan 15, 2024
2 parents ab5e489 + 1b6f1ac commit dd72929
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [push, pull_request]
jobs:

lint:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:

- uses: actions/checkout@v3
Expand All @@ -20,7 +20,7 @@ jobs:
version: v1.49.0

test:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
strategy:
matrix:
go-version: [ '1.18.x', '1.19.x' ]
Expand Down

0 comments on commit dd72929

Please sign in to comment.