We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9511ab2 + b001580 commit 53306beCopy full SHA for 53306be
.github/workflows/prepareReleaseBranch.yml
@@ -17,7 +17,7 @@ jobs:
17
- name: Set up Go
18
uses: actions/setup-go@v2
19
with:
20
- go-version: 1.20
+ go-version: 1.19
21
- name: Create Branch
22
uses: peterjgrainger/[email protected]
23
env:
Makefile
@@ -81,7 +81,7 @@ fmt: check-fmt # Format the code
81
@$(GOFMT) -l -w $$(find . -name '*.go' |grep -v vendor) > /dev/null
82
83
check-fmt:
84
- @which $(GOFMT) > /dev/null || GO111MODULE=on go install mvdan.cc/gofumpt@latest
+ @which $(GOFMT) > /dev/null || GO111MODULE=on go install mvdan.cc/gofumpt@v0.5.0
85
86
.PHONY: import
87
import: check-goimports
0 commit comments