Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Project modernization #16

Merged
merged 2 commits into from
Jan 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 4 additions & 7 deletions .github/workflows/static_analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,22 +10,19 @@ jobs:
fail-fast: false

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
persist-credentials: false
- uses: WillAbides/setup-go-faster@v1.7.0
- uses: WillAbides/setup-go-faster@v1.13.0
with:
go-version: '1.17.x'
go-version: '1.21.x'

- name: Get dependencies
run: |
sudo apt-get update && sudo apt-get install gcc libgl1-mesa-dev libegl1-mesa-dev libgles2-mesa-dev libx11-dev xorg-dev
go install golang.org/x/tools/cmd/goimports@latest
go install github.com/fzipp/gocyclo/cmd/gocyclo@latest
go install honnef.co/go/tools/cmd/staticcheck@v0.3.0

- name: Cleanup repository
run: rm -rf vendor/
go install honnef.co/go/tools/cmd/staticcheck@v0.4.6

- name: Vet
run: go vet -tags ci ./...
Expand Down
1 change: 0 additions & 1 deletion vendor/github.com/go-gl/glfw/v3.3/glfw/GLFW_C_REVISION.txt

This file was deleted.

27 changes: 0 additions & 27 deletions vendor/github.com/go-gl/glfw/v3.3/glfw/LICENSE

This file was deleted.

53 changes: 0 additions & 53 deletions vendor/github.com/go-gl/glfw/v3.3/glfw/build.go

This file was deleted.

18 changes: 0 additions & 18 deletions vendor/github.com/go-gl/glfw/v3.3/glfw/build_cgo_hack.go

This file was deleted.

12 changes: 0 additions & 12 deletions vendor/github.com/go-gl/glfw/v3.3/glfw/c_glfw.go

This file was deleted.

29 changes: 0 additions & 29 deletions vendor/github.com/go-gl/glfw/v3.3/glfw/c_glfw_bsd.go

This file was deleted.

14 changes: 0 additions & 14 deletions vendor/github.com/go-gl/glfw/v3.3/glfw/c_glfw_darwin.go

This file was deleted.

29 changes: 0 additions & 29 deletions vendor/github.com/go-gl/glfw/v3.3/glfw/c_glfw_lin.go

This file was deleted.

13 changes: 0 additions & 13 deletions vendor/github.com/go-gl/glfw/v3.3/glfw/c_glfw_windows.go

This file was deleted.

94 changes: 0 additions & 94 deletions vendor/github.com/go-gl/glfw/v3.3/glfw/context.go

This file was deleted.

3 changes: 0 additions & 3 deletions vendor/github.com/go-gl/glfw/v3.3/glfw/error.c

This file was deleted.

Loading