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

Update gorilla to 1.5.2, update go to 1.22.3, and add github action to build and test on each PR #446

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Commits on Jun 10, 2024

  1. Create makefile.yml

    barakplasma authored Jun 10, 2024
    Configuration menu
    Copy the full SHA
    d0d4feb View commit details
    Browse the repository at this point in the history
  2. Small fix to prevent panic when --address not provided with --ssl and…

    … --port (joewalnes#431)
    
    kudos to Michail Kovtun for reporting it
    asergeyev authored and barakplasma committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    56c69b7 View commit details
    Browse the repository at this point in the history
  3. fix show help message

    Convert flag.Usage to flag.CommandLine.Usage for avoid showing the default help message printout
    saturn99 authored and barakplasma committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    7056997 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    093246b View commit details
    Browse the repository at this point in the history
  5. update gorilla websocket to 1.5.2

    update go version to 1.22.3
    barakplasma committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    e0b24b4 View commit details
    Browse the repository at this point in the history
  6. test: add test and build caching

    fix: nektos/act isn't the same as the runner
    
    fix: another try
    
    fix:
    
    fix:
    
    fix:
    
    fix:
    
    fix:
    
    fix:
    
    fix:
    
    fix:
    barakplasma committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    92ff584 View commit details
    Browse the repository at this point in the history