Skip to content

Commit

Permalink
Update quality.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
guiferpa authored Oct 23, 2024
1 parent 271058a commit 376a482
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/quality.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: quality
name: Quality

on:
push:
Expand All @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-16.04
strategy:
matrix:
go: ['1.12', '1.13', '1.14', '1.15']
go: ['1.19', '1.20', '1.21', '1.22']
name: Go ${{ matrix.go }}
steps:
- name: Checkout source code
Expand Down

0 comments on commit 376a482

Please sign in to comment.