Skip to content

Commit

Permalink
[ci] use explicit Golang version numbers so its less confusing, add m…
Browse files Browse the repository at this point in the history
…anual GH Action triggers (in case GitHub CI goes down *again*)
  • Loading branch information
spezifisch committed Oct 12, 2024
1 parent a7fc247 commit 3e039d2
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
paths-ignore:
- "*.md"
workflow_dispatch:

jobs:
build:
Expand All @@ -15,8 +16,9 @@ jobs:
- ubuntu-22.04
- ubuntu-latest
go:
- 1.22
- stable
- "1.19"
- "1.22"
- "1.23"
architecture:
- amd64
- arm64
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/build-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
paths-ignore:
- "*.md"
workflow_dispatch:

jobs:
build:
Expand All @@ -19,7 +20,7 @@ jobs:
- arm64
go:
- "1.22"
- stable
- "1.23"

runs-on: ${{ matrix.os }}

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/lint-go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
paths-ignore:
- "*.md"
workflow_dispatch:

permissions:
contents: read
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/lint-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
paths-ignore:
- "*.md"
workflow_dispatch:

# do a separate lint job on macOS to catch platform-dependent problems
jobs:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/lint-md.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: markdownlint

on:
push:
workflow_dispatch:

permissions:
contents: read
Expand Down

0 comments on commit 3e039d2

Please sign in to comment.