Skip to content

Commit 5d97d93

Browse files
authored
Merge branch 'main' into add-space-owner-id-field
2 parents ad59a26 + 012e135 commit 5d97d93

4 files changed

Lines changed: 2 additions & 10 deletions

File tree

.github/workflows/lint.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,12 @@ permissions:
1616
jobs:
1717
golangci:
1818
name: GolangCI-Lint
19-
strategy:
20-
max-parallel: 6
21-
matrix:
22-
go: [ 1.23, 1.24]
23-
os: [ ubuntu-latest, macos-latest, windows-latest ]
24-
runs-on: ${{ matrix.os }}
19+
runs-on: ubuntu-latest
2520
steps:
2621
- name: Setup Go
2722
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v5
2823
with:
29-
go-version: ${{ matrix.go }}
24+
go-version: '1.24'
3025

3126
- name: Checkout code
3227
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v4

examples/jira_oauth2_server_example.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
//go:build ignore
2-
// +build ignore
32

43
package main
54

examples/jira_oauth2_storage_file_example.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
//go:build ignore
2-
// +build ignore
32

43
package main
54

examples/jira_oauth2_storage_redis_example.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
//go:build ignore
2-
// +build ignore
32

43
package main
54

0 commit comments

Comments
 (0)