Update dependency golang to v1.23.3 #255
This file contains 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: Linting | |
on: | |
push: | |
branches: [main] | |
pull_request: | |
branches: [main] | |
jobs: | |
dagger: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Clone repository | |
uses: actions/checkout@v3 | |
- name: Run lints | |
# See all options at https://github.com/dagger/dagger-for-github | |
uses: dagger/dagger-for-github@v3 | |
with: | |
# renovate: datasource=github-releases depName=dagger/dagger versioning=semver-coerced | |
version: 0.2.36 | |
cmds: do lint |