Skip to content

Update golang Docker tag to v1.26.2 (#25) #316

Update golang Docker tag to v1.26.2 (#25)

Update golang Docker tag to v1.26.2 (#25) #316

Workflow file for this run

name: Shellcheck
on:
push:
branches-ignore:
- 'renovate/**'
- 'dependabot/**'
pull_request:
permissions:
contents: read
pull-requests: write
jobs:
shellcheck:
name: Shellcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@2.0.0