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 Aug 8, 2023
1 parent 862e410 commit 24b0ad3
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@v3
- name: Setup Go
Expand All @@ -28,6 +28,7 @@ jobs:
- "1.18"
- "1.19"
- "1.20"
- "1.21"
steps:
- uses: actions/checkout@v3
- name: Setup Go
Expand Down

0 comments on commit 24b0ad3

Please sign in to comment.