diff --git a/.github/workflows/integrationtest.yml b/.github/workflows/integrationtest.yml index aeb2863..9e51d75 100644 --- a/.github/workflows/integrationtest.yml +++ b/.github/workflows/integrationtest.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 @@ -33,7 +33,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 @@ -49,7 +49,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