Skip to content

Bump eslint from 8.11.0 to 9.8.0 #785

Bump eslint from 8.11.0 to 9.8.0

Bump eslint from 8.11.0 to 9.8.0 #785

Workflow file for this run

name: Go CI
on:
push:
branches: [ main, develop ]
pull_request:
branches: [ main, develop ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.22
- name: Build
run: go build -v ./...
- name: Test
run: go test -v ./...