Skip to content

Commit

Permalink
fix(ci): test command requires 1.20+ (#42)
Browse files Browse the repository at this point in the history
Signed-off-by: clok <github@clok.sh>
  • Loading branch information
clok committed Jan 9, 2024
1 parent 3f9a51c commit 551a03d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -2,7 +2,7 @@ on: [ push, pull_request ]
name: test and build

env:
GO_VERSION: "1.16"
GO_VERSION: "1.21"

jobs:
coverage:
Expand Down

0 comments on commit 551a03d

Please sign in to comment.