Skip to content

build(gomod): bump github.com/sijms/go-ora/v2 from 2.8.21 to 2.8.22 #54

build(gomod): bump github.com/sijms/go-ora/v2 from 2.8.21 to 2.8.22

build(gomod): bump github.com/sijms/go-ora/v2 from 2.8.21 to 2.8.22 #54

Workflow file for this run

name: Linter
on:
push:
paths:
- '**.go'
- '**.mod'
branches:
- main
pull_request:
paths:
- '**.go'
- '**.mod'
branches:
- main
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@v4
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: latest
args: --timeout 5m