Skip to content

Commit

Permalink
ci: add go 1.21 1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
freeshineit authored Feb 17, 2024
1 parent d35c618 commit dd5682e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

strategy:
matrix:
go-version: [1.18, 1.19, "1.20"] # warn: yml 1.20 -> 1.2
go-version: [1.18, 1.19, "1.20", 1.21, 1.22] # warn: yml 1.20 -> 1.2

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

0 comments on commit dd5682e

Please sign in to comment.