Projects STRLCPY sing-box Commits 2db188f3
🤬
  • dependencies: Update actions/setup-go action to v4

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading...
  • renovate[bot] committed with 世界 1 year ago
    2db188f3
    1 parent 11de271c
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■ ■ ■
    .github/workflows/debug.yml
    skipped 27 lines
    28 28   run: |
    29 29   echo go_version=$(curl -s https://raw.githubusercontent.com/actions/go-versions/main/versions-manifest.json | grep -oE '"version": "[0-9]{1}.[0-9]{1,}(.[0-9]{1,})?"' | head -1 | cut -d':' -f2 | sed 's/ //g; s/"//g') >> $GITHUB_OUTPUT
    30 30   - name: Setup Go
    31  - uses: actions/setup-go@v3
     31 + uses: actions/setup-go@v4
    32 32   with:
    33 33   go-version: ${{ steps.version.outputs.go_version }}
    34 34   - name: Cache go module
    skipped 23 lines
    58 58   with:
    59 59   fetch-depth: 0
    60 60   - name: Setup Go
    61  - uses: actions/setup-go@v3
     61 + uses: actions/setup-go@v4
    62 62   with:
    63 63   go-version: 1.18.10
    64 64   - name: Cache go module
    skipped 128 lines
    193 193   run: |
    194 194   echo go_version=$(curl -s https://raw.githubusercontent.com/actions/go-versions/main/versions-manifest.json | grep -oE '"version": "[0-9]{1}.[0-9]{1,}(.[0-9]{1,})?"' | head -1 | cut -d':' -f2 | sed 's/ //g; s/"//g') >> $GITHUB_OUTPUT
    195 195   - name: Setup Go
    196  - uses: actions/setup-go@v3
     196 + uses: actions/setup-go@v4
    197 197   with:
    198 198   go-version: ${{ steps.version.outputs.go_version }}
    199 199   - name: Cache go module
    skipped 14 lines
  • ■ ■ ■ ■
    .github/workflows/lint.yml
    skipped 27 lines
    28 28   run: |
    29 29   echo go_version=$(curl -s https://raw.githubusercontent.com/actions/go-versions/main/versions-manifest.json | grep -oE '"version": "[0-9]{1}.[0-9]{1,}(.[0-9]{1,})?"' | head -1 | cut -d':' -f2 | sed 's/ //g; s/"//g') >> $GITHUB_OUTPUT
    30 30   - name: Setup Go
    31  - uses: actions/setup-go@v3
     31 + uses: actions/setup-go@v4
    32 32   with:
    33 33   go-version: ${{ steps.version.outputs.go_version }}
    34 34   - name: Cache go module
    skipped 9 lines
Please wait...
Page is in error, reload to recover