Skip to content

Commit

Permalink
chore(ci): test 1.22.x
Browse files Browse the repository at this point in the history
  • Loading branch information
YOU54F committed Jun 24, 2024
1 parent d29ce09 commit a73ae3a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,10 @@ jobs:
fail-fast: false
matrix:
go-version: [
1.19.x,
1.20.x,
# 1.19.x, # Ended 06 Sep 2023
1.20.x, # Ended 06 Feb 2024
1.21.x,
1.22.x,
]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,10 @@ jobs:
go-version: [ # https://endoflife.date/go
# 1.17.x, # Ended 02 Aug 2022
# 1.18.x, # Ended 01 Feb 2023
1.19.x,
1.20.x,
1.21.x
# 1.19.x, # Ended 06 Sep 2023
1.20.x, # Ended 06 Feb 2024
1.21.x,
1.22.x,
]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit a73ae3a

Please sign in to comment.