Skip to content

Commit

Permalink
Merge pull request #102 from thaJeztah/refresh_gha
Browse files Browse the repository at this point in the history
gha: update actions and go versions
  • Loading branch information
dmcgowan authored Jun 28, 2024
2 parents 7ebd9df + 0aeabbd commit 93aa56f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,16 @@ jobs:
timeout-minutes: 10
strategy:
matrix:
go-version: [1.13.x, 1.18.x, 1.19.x]
go-version: [1.13.x, 1.21.x, 1.22.x]
platform: [ubuntu-latest]
runs-on: ${{ matrix.platform }}
steps:
- name: Install Go
uses: actions/setup-go@v3
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go-version }}
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Validate headers
if: startsWith(matrix.go-version, '1.13') == false
run: |
Expand Down

0 comments on commit 93aa56f

Please sign in to comment.