diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0d56562..a9c6acf 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -2,7 +2,7 @@ on: [ push, pull_request ] name: test and build env: - GO_VERSION: "1.16" + GO_VERSION: "1.21" jobs: coverage: