We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cde58a commit 40fac7cCopy full SHA for 40fac7c
.github/workflows/qa.yaml
@@ -57,7 +57,7 @@ jobs:
57
sudo apt-get install -y ${{ env.go_build_dependencies }}
58
- uses: actions/checkout@v5
59
- name: Go code sanity check
60
- uses: canonical/desktop-engineering/gh-actions/go/code-sanity@v2
+ uses: canonical/desktop-engineering/gh-actions/go/code-sanity@tmp-protoc-go-tool
61
with:
62
golangci-lint-configfile: ".golangci.yaml"
63
tools-directory: "tools"
0 commit comments