Skip to content

Commit

Permalink
chore: update go versions
Browse files Browse the repository at this point in the history
  • Loading branch information
kevaundray committed Jun 20, 2024
1 parent aee65e7 commit 03102a4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ jobs:
- macos-latest
- windows-latest
go-version:
- 1.18.x # Minimmum version
- 1.20.x # Current version
- 1.21.x # Latest version
- 1.20.x # Minimmum version
- 1.21.x # Current version
- 1.22.x # Latest version

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 03102a4

Please sign in to comment.