Skip to content

Commit 53306be

Browse files
Merge pull request #429 from okta/prep-release-v4
update cci
2 parents 9511ab2 + b001580 commit 53306be

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/prepareReleaseBranch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Set up Go
1818
uses: actions/setup-go@v2
1919
with:
20-
go-version: 1.20
20+
go-version: 1.19
2121
- name: Create Branch
2222
uses: peterjgrainger/[email protected]
2323
env:

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ fmt: check-fmt # Format the code
8181
@$(GOFMT) -l -w $$(find . -name '*.go' |grep -v vendor) > /dev/null
8282

8383
check-fmt:
84-
@which $(GOFMT) > /dev/null || GO111MODULE=on go install mvdan.cc/gofumpt@latest
84+
@which $(GOFMT) > /dev/null || GO111MODULE=on go install mvdan.cc/gofumpt@v0.5.0
8585

8686
.PHONY: import
8787
import: check-goimports

0 commit comments

Comments
 (0)