Skip to content

Commit

Permalink
Merge pull request #429 from okta/prep-release-v4
Browse files Browse the repository at this point in the history
update cci
  • Loading branch information
duytiennguyen-okta authored Feb 9, 2024
2 parents 9511ab2 + b001580 commit 53306be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/prepareReleaseBranch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.20
go-version: 1.19
- name: Create Branch
uses: peterjgrainger/[email protected]
env:
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ fmt: check-fmt # Format the code
@$(GOFMT) -l -w $$(find . -name '*.go' |grep -v vendor) > /dev/null

check-fmt:
@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

.PHONY: import
import: check-goimports
Expand Down

0 comments on commit 53306be

Please sign in to comment.