Skip to content

feat(rcon): fix packet ID mismatch, add Execute method #11

feat(rcon): fix packet ID mismatch, add Execute method

feat(rcon): fix packet ID mismatch, add Execute method #11

Workflow file for this run

name: Go
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: '1.21'
check-latest: true
- name: Download Dependencies
run: go get
- name: Lint
run: go vet
- name: Test
run: go test -v