Skip to content

Commit edbbd6f

Browse files
committed
Try to address build failure - pin a few versions
Go needs to be >= 1.23 for some dependencies
1 parent 12f1479 commit edbbd6f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,18 +41,18 @@ jobs:
4141
get-external-changelog:
4242

4343
name: Import external data sources
44-
runs-on: ubuntu-latest
44+
runs-on: ubuntu-22.04
4545
steps:
4646

4747
- name: Install Go
48-
uses: actions/setup-go@v4
49-
if: ${{ env.ACT }}
48+
uses: actions/setup-go@v5
49+
# if: ${{ env.ACT }}
5050
with:
51-
go-version: '>=1.17.0'
51+
go-version: '>=1.23.0'
5252

5353
- name: Install dependencies
5454
run: |
55-
go install github.com/suntong/html2md@latest
55+
go install github.com/suntong/html2md@v1.5.0
5656
sudo apt-get update
5757
sudo apt-get install -y libjson-perl libwww-perl libxml-simple-perl libyaml-perl python3-babel
5858

0 commit comments

Comments
 (0)