Skip to content

Commit

Permalink
ci: Update alpine to 3.19
Browse files Browse the repository at this point in the history
  • Loading branch information
torvitas committed Jan 22, 2024
1 parent 06f597e commit e82c49c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
permissions: read-all
runs-on: ubuntu-latest
container:
image: alpine:3.17
image: alpine:3.19
env:
GOPATH: ~/.cache/go
APK_CACHE_DIR: ~/.cache/apk
Expand All @@ -38,7 +38,7 @@ jobs:
apk update --cache-dir $APK_CACHE_DIR
apk add --cache-dir $APK_CACHE_DIR go python3-dev py3-pip gcc musl-dev
go install github.com/kisielk/[email protected]
pip install pre-commit
pip install pre-commit --break-system-packages
- name: Run pre-commit-hooks
run: |
git config --global --add safe.directory $PWD
Expand Down

0 comments on commit e82c49c

Please sign in to comment.