Skip to content

Commit

Permalink
.github: use latest Go versions
Browse files Browse the repository at this point in the history
Also update the runners to their latest versions.
  • Loading branch information
kevinburkesegment committed Oct 16, 2023
1 parent 4ae48e9 commit 8a8732b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ jobs:
strategy:
matrix:
go_version:
- "1.19"
- "1.20"
- "1.21"
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 8a8732b

Please sign in to comment.