diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c439afb..9588938 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -29,7 +29,7 @@ jobs: - name: Install Go uses: actions/setup-go@v2 with: - go-version: 1.14.x + go-version: 1.26.x - name: Check out code into the Go module directory uses: actions/checkout@v1 - name: Tidy check