Skip to content

Commit

Permalink
.github/test.yml: Only test for supported Go versions
Browse files Browse the repository at this point in the history
  • Loading branch information
HaraldNordgren authored Jul 24, 2024
1 parent e0674f4 commit 8fc583c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ on: [push, pull_request]

jobs:
test:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
strategy:
matrix:
go-version: [1.13.x, 1.14.x, 1.15.x]
go-version: [1.21.x, 1.22.x, 1.23.x]
steps:
- name: Checkout code
uses: actions/checkout@v2
Expand Down

0 comments on commit 8fc583c

Please sign in to comment.