diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 10bf21f..10208dd 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -3,7 +3,7 @@ name: CI on: [push, pull_request] env: - GO_VERSION: '~1.20' + GO_VERSION: '~1.21' GO_STABLE: 'true' NODE_VERSION: 18