Skip to content

Commit

Permalink
Merge branch 'master' of github.com:tdewolff/minify
Browse files Browse the repository at this point in the history
  • Loading branch information
tdewolff committed Dec 12, 2023
2 parents ca97b30 + 5574774 commit 4cb4fd1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: actions/setup-go@v4
- uses: actions/setup-go@v5
with:
go-version: '>=1.17'

Expand All @@ -40,7 +40,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: actions/setup-go@v4
- uses: actions/setup-go@v5
with:
go-version: '>=1.17'

Expand Down
16 changes: 8 additions & 8 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
with:
fetch-depth: 0

- uses: actions/setup-go@v4
- uses: actions/setup-go@v5
with:
go-version: '>=1.17'
- name: Fetch go package
Expand Down Expand Up @@ -93,7 +93,7 @@ jobs:
# cibw_target: ARM64
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
- uses: actions/setup-go@v5
with:
go-version: '>=1.17'
- name: Update version in go.mod
Expand Down Expand Up @@ -134,7 +134,7 @@ jobs:
with:
fetch-depth: 0

- uses: actions/setup-go@v4
- uses: actions/setup-go@v5
with:
go-version: '>=1.17'
- name: Fetch go package
Expand Down Expand Up @@ -169,7 +169,7 @@ jobs:
# cibw_target: arm64
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
- uses: actions/setup-go@v5
with:
go-version: '>=1.17'
- name: Update version in go.mod
Expand All @@ -180,10 +180,10 @@ jobs:
with:
name: minify-darwin-${{ matrix.go_target }}.so
path: bindings/py/src/minify/_minify.so
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: '3.11'
#- uses: actions/setup-go@v4
#- uses: actions/setup-go@v5
# with:
# go-version: '>=1.17'

Expand All @@ -207,10 +207,10 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '3.11'
- uses: actions/setup-go@v4
- uses: actions/setup-go@v5
with:
go-version: '>=1.17'
- name: Update version in go.mod
Expand Down

0 comments on commit 4cb4fd1

Please sign in to comment.