Skip to content

Commit

Permalink
UPDATE: tweak to imagecheck GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
fileformat committed Mar 3, 2024
1 parent 7044844 commit 752092e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/imagecheck.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,10 @@ jobs:
uses: actions/checkout@v4

- name: Setup Golang
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
python-version: '1.22'
go-version: '1.22'
cache: false

- name: Install Golang dependencies
run: go install github.com/FileFormatInfo/fflint/cmd/fflint@latest
Expand Down

0 comments on commit 752092e

Please # to comment.