Skip to content

Commit

Permalink
bump release to create new binaries form macos ventura
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo committed Nov 9, 2022
1 parent 12473f0 commit b3555ba
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
13 changes: 12 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -225,11 +225,22 @@ jobs:
tagRegex: "v(.*)"
tagRegexGroup: 1

- name: Set GHC_VERSION
uses: allenevans/set-env@v2.2.0
with:
GHC_VERSION: '9.2.5'

- if: matrix.os == 'windows-latest'
name: Set GHC_VERSION on windows
uses: allenevans/set-env@v2.2.0
with:
GHC_VERSION: '9.2.4'

- name: Setup Haskell
id: setup-haskell-cabal
uses: haskell/actions/setup@v2
with:
ghc-version: 8.10.7
ghc-version: ${{ env.GHC_VERSION }}

- name: Freeze
run: cabal freeze
Expand Down
2 changes: 1 addition & 1 deletion hadolint.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ cabal-version: 2.0
-- see: https://github.com/sol/hpack

name: hadolint
version: 2.11.0
version: 2.12.0
synopsis: Dockerfile Linter JavaScript API
description: A smarter Dockerfile linter that helps you build best practice Docker images.
category: Development
Expand Down
2 changes: 1 addition & 1 deletion package.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: hadolint
version: "2.11.0"
version: "2.12.0"
synopsis: Dockerfile Linter JavaScript API
description:
A smarter Dockerfile linter that helps you build best practice Docker images.
Expand Down

0 comments on commit b3555ba

Please sign in to comment.