diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 64d04fd..9a75c1b 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -16,7 +16,7 @@ jobs: - name: Checkout uses: actions/checkout@v7 - name: Setup Go - uses: actions/setup-go@v6 + uses: actions/setup-go@v7 with: go-version-file: ./go.mod - name: Build @@ -30,7 +30,7 @@ jobs: - name: Checkout uses: actions/checkout@v7 - name: Setup Go - uses: actions/setup-go@v6 + uses: actions/setup-go@v7 with: go-version-file: ./go.mod - name: run tests @@ -43,7 +43,7 @@ jobs: - name: Checkout uses: actions/checkout@v7 - name: setup go - uses: actions/setup-go@v6 + uses: actions/setup-go@v7 with: go-version-file: ./go.mod - name: lint