Skip to content

Commit

Permalink
bump upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
psycofdj committed Jan 3, 2023
1 parent e208b0c commit cccee94
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,6 @@ jobs:
exit 1
fi
go mod tidy
if [ ! -z "$(git status --porcelain)" ]; then
echo "::error::modules are not tidy, please run go mod tidy"
exit 1
fi
- name: packr2
run: |
curl -fsSL https://github.com/gobuffalo/packr/releases/download/v2.8.1/packr_2.8.1_linux_amd64.tar.gz | \
Expand Down
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ builds:
binary: bbl
env:
- CGO_ENABLED=0
- TF_VERSION=0.15.3
- TF_VERSION=1.3.6
ldflags:
- -s
- -w
Expand Down

0 comments on commit cccee94

Please sign in to comment.