diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5ee2812..34b1b22 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -24,7 +24,7 @@ jobs: - name: Checkout repository uses: actions/checkout@v6 - name: Set up Golang - uses: actions/setup-go@v6 + uses: actions/setup-go@v7 with: go-version: '1.26' - name: Download dependencies