Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
spezifisch committed Aug 7, 2024
1 parent 05fb4a4 commit 8b82a2c
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ jobs:
uses: softprops/action-gh-release@v1
if: matrix.go == 'stable' && startsWith(github.ref, 'refs/tags/')
with:
files: stmp
files: stmp-linux-x86_64
2 changes: 1 addition & 1 deletion .github/workflows/build-macos-arm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
matrix:
go:
- "1.21"
- "1.22"
- "stable"

runs-on: macos-latest

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-macos-intel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
matrix:
go:
- "1.21"
- "1.22"
- "stable"

runs-on: macos-13

Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/lint-go.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: golangci-lint on Linux

on: [push]
on:
push:
paths-ignore:
- "*.md"

permissions:
contents: read
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/lint-macos.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: golangci-lint on macOS

on: [push]

permissions:
contents: read
on:
push:
paths-ignore:
- "*.md"

# do a separate lint job on macOS to catch platform-dependent problems
jobs:
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/lint-md.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: markdownlint

on: [push]
on:
push:
paths-ignore:
- "*.md"

permissions:
contents: read
Expand Down

0 comments on commit 8b82a2c

Please sign in to comment.