Skip to content

Commit

Permalink
Skip build with fixed Ubuntu version, stick to latest only. (#371)
Browse files Browse the repository at this point in the history
Signed-off-by: Maximilian Wilhelm <[email protected]>
  • Loading branch information
Maximilian Wilhelm authored Aug 30, 2022
1 parent adcd546 commit c862182
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
strategy:
matrix:
go-version: [1.19.x]
platform: [ubuntu-latest, ubuntu-18.04]
platform: [ubuntu-latest]
runs-on: ${{ matrix.platform }}
steps:
- name: Install Go
Expand Down

0 comments on commit c862182

Please sign in to comment.