diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml index 0dcb170..07d1982 100644 --- a/.github/workflows/codecov.yml +++ b/.github/workflows/codecov.yml @@ -10,7 +10,7 @@ jobs: - uses: actions/checkout@v7 - uses: actions/setup-go@v7 with: - go-version: '1.20' + go-version: '1.26' cache: false - name: Get dependencies diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index 7108ae3..e47d99d 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -12,7 +12,7 @@ jobs: - uses: actions/checkout@v7 - uses: actions/setup-go@v7 with: - go-version: '1.20' + go-version: '1.26' cache: false - name: golangci-lint