Skip to content

Commit

Permalink
chore(ci): remove support to 1.20 and add 1.23
Browse files Browse the repository at this point in the history
  • Loading branch information
savsgio committed Dec 4, 2024
1 parent d8386c8 commit 726422b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ jobs:
test:
strategy:
matrix:
go-version: [1.20.x, 1.21.x, 1.22.x]
go-version: [1.21.x, 1.22.x , 1.23.x]
os: [ubuntu-latest, macos-latest, windows-latest, macos-14]
runs-on: ${{ matrix.os }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ go get github.com/savsgio/atreugo/v11

## Supported Go versions:

- 1.23.x
- 1.22.x
- 1.21.x
- 1.20.x

## Documentation

Expand Down

0 comments on commit 726422b

Please sign in to comment.