diff --git a/.github/workflows/go-lint.yml b/.github/workflows/go-lint.yml index 7e97591..f041dc6 100644 --- a/.github/workflows/go-lint.yml +++ b/.github/workflows/go-lint.yml @@ -16,7 +16,7 @@ jobs: - name: Checkout code uses: actions/checkout@v5 - name: Set up Go - uses: actions/setup-go@v5 + uses: actions/setup-go@v6 with: # TODO: Automate fetch from go.mod. go-version: '${{ inputs.go-version }}'