diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 08796ae29..be8b4af5b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -7,8 +7,8 @@ jobs: strategy: matrix: go_version: - - "1.19" - "1.20" + - "1.21" steps: - uses: actions/checkout@v4 - name: Setup Go @@ -28,6 +28,7 @@ jobs: - "1.18" - "1.19" - "1.20" + - "1.21" steps: - uses: actions/checkout@v4 - name: Setup Go