Closed
Description
dominikh/[email protected] should be upgraded across all repos wherever it's used to v1.3.0
with these configurations:
- uses: dominikh/[email protected]
with:
version: "latest"
install-go: false
which is part of the static check workflow:
static_check:
name: Static check
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@master
with:
fetch-depth: 1
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: 1.23
- uses: dominikh/[email protected]
with:
version: "latest"
install-go: false