Skip to content

Commit

Permalink
Switch CI to alpine
Browse files Browse the repository at this point in the history
  • Loading branch information
gtopper committed Jan 19, 2025
1 parent 06c66c7 commit f5cc162
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
name: Lint & test Go code
runs-on: [ self-hosted, Linux ]
container:
image: golang:1.23-bookworm
image: golang:1.23-alpine

steps:
- name: Dump github context
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
name: Lint & test Go code
runs-on: [ self-hosted, Linux ]
container:
image: golang:1.23-bookworm
image: golang:1.23-alpine

steps:
- name: Dump github context
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
name: Lint & test Go code
runs-on: [ self-hosted, Linux ]
container:
image: golang:1.23-bookworm
image: golang:1.23-alpine

steps:
- name: Dump github context
Expand Down

0 comments on commit f5cc162

Please sign in to comment.