Skip to content

Commit

Permalink
Merge pull request #11 from derekparker/restore-gomod-version
Browse files Browse the repository at this point in the history
Don't modify Go module version
  • Loading branch information
derekparker authored Sep 6, 2023
2 parents b242a22 + 22de5ec commit 68263d5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/test-ubi-centos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,6 @@ jobs:
# script requires a git repo
git init
git config --global --add safe.directory /__w/go/go
# lower the go build version to 1.16
sed -i "s/go mod tidy/go mod tidy -go=1.16/g" scripts/create-secondary-patch.sh
./scripts/full-initialize-repo.sh
- name: "Configure FIPS tests"
Expand Down

0 comments on commit 68263d5

Please sign in to comment.