Skip to content

Commit 19879c4

Browse files
authored
Merge pull request #21 from reeflective/dev
dev
2 parents 2506a24 + b38d589 commit 19879c4

File tree

480 files changed

+17894
-88270
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

480 files changed

+17894
-88270
lines changed

.github/labeler.yml

Lines changed: 0 additions & 33 deletions
This file was deleted.

.github/workflows/codeql.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ on:
1818
# The branches below must be a subset of the branches above
1919
branches: [ "main" ]
2020
schedule:
21-
- cron: '27 8 * * 0'
21+
- cron: '15 22 * * 3'
2222

2323
jobs:
2424
analyze:
@@ -40,11 +40,11 @@ jobs:
4040

4141
steps:
4242
- name: Checkout repository
43-
uses: actions/checkout@v3
43+
uses: actions/checkout@v4
4444

4545
# Initializes the CodeQL tools for scanning.
4646
- name: Initialize CodeQL
47-
uses: github/codeql-action/init@v2
47+
uses: github/codeql-action/init@v3
4848
with:
4949
languages: ${{ matrix.language }}
5050
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -58,7 +58,7 @@ jobs:
5858
# Autobuild attempts to build any compiled languages (C/C++, C#, Go, or Java).
5959
# If this step fails, then you should remove it and run the build manually (see below)
6060
- name: Autobuild
61-
uses: github/codeql-action/autobuild@v2
61+
uses: github/codeql-action/autobuild@v3
6262

6363
# ℹ️ Command-line programs to run using the OS shell.
6464
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
@@ -71,6 +71,6 @@ jobs:
7171
# ./location_of_script_within_repo/buildscript.sh
7272

7373
- name: Perform CodeQL Analysis
74-
uses: github/codeql-action/analyze@v2
74+
uses: github/codeql-action/analyze@v3
7575
with:
7676
category: "/language:${{matrix.language}}"

.github/workflows/go.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ jobs:
1515
runs-on: ${{ matrix.os }}
1616

1717
steps:
18-
- uses: actions/checkout@v3
18+
- uses: actions/checkout@v4
1919

2020
- name: Set up Go and tools
21-
uses: actions/setup-go@v3
21+
uses: actions/setup-go@v5
2222
with:
23-
go-version: 1.19
23+
go-version: 1.24.2
2424

2525
- run: go install golang.org/x/tools/cmd/goimports@latest
2626

@@ -36,18 +36,18 @@ jobs:
3636
run: go test -race -coverprofile=coverage.txt
3737

3838
- name: Upload coverage
39-
uses: codecov/codecov-action@v3
39+
uses: codecov/codecov-action@v4
4040

4141
windows:
4242
runs-on: windows-latest
4343

4444
steps:
45-
- uses: actions/checkout@v3
45+
- uses: actions/checkout@v4
4646

4747
- name: Set up Go and tools
48-
uses: actions/setup-go@v3
48+
uses: actions/setup-go@v5
4949
with:
50-
go-version: 1.19
50+
go-version: 1.24.2
5151

5252
- run: go install golang.org/x/tools/cmd/goimports@latest
5353

.github/workflows/label.yml

Lines changed: 0 additions & 22 deletions
This file was deleted.

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,6 @@ _testmain.go
2222
*.exe
2323
*.test
2424
*.prof
25+
26+
# Example binaries
27+
example/flags

.gitmodules

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)