This repository was archived by the owner on May 27, 2026. It is now read-only.
chore(deps): update dependency golang/go to v1.26.3 #154
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: autofix.ci | |
| on: | |
| pull_request: | |
| paths: | |
| - aqua.yaml | |
| - aqua-checksums.json | |
| permissions: {} | |
| jobs: | |
| autofix: | |
| runs-on: ubuntu-24.04 | |
| permissions: {} | |
| timeout-minutes: 15 | |
| steps: | |
| - name: Checkout the repository | |
| uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6-beta | |
| with: | |
| persist-credentials: false | |
| - name: Install aqua | |
| uses: aquaproj/aqua-installer@11dd79b4e498d471a9385aa9fb7f62bb5f52a73c # v4.0.4 | |
| with: | |
| aqua_version: v2.58.0 | |
| - name: Fix aqua-checksums.json | |
| run: aqua upc -prune | |
| - name: Run autofix.ci | |
| uses: autofix-ci/action@c5b2d67aa2274e7b5a18224e8171550871fc7e4a # v1.3.4 |