Skip to content

Update dependency eslint-plugin-n to v17.7.0 #4422

Update dependency eslint-plugin-n to v17.7.0

Update dependency eslint-plugin-n to v17.7.0 #4422

Workflow file for this run

jobs:
build:
runs-on: ubuntu-22.04
strategy:
matrix:
go: [ '1.14', '1.13' ]
name: Go ${{ matrix.go }} sample
steps:
- uses: actions/checkout@v4
- name: Setup go
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go }}
- run: go run hello.go