Skip to content

Commit

Permalink
CI: add go 1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
dolmen committed Oct 16, 2023
1 parent 4ae48e9 commit 360d6b8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yml
Expand Up @@ -7,8 +7,8 @@ jobs:
strategy:
matrix:
go_version:
- "1.19"
- "1.20"
- stable
- oldstable
steps:
- uses: actions/checkout@v4
- name: Setup Go
Expand All @@ -28,6 +28,7 @@ jobs:
- "1.18"
- "1.19"
- "1.20"
- "1.21"
steps:
- uses: actions/checkout@v4
- name: Setup Go
Expand Down

0 comments on commit 360d6b8

Please sign in to comment.