Skip to content

Bump github.com/sijms/go-ora/v2 from 2.8.10 to 2.8.11 (#56) #41

Bump github.com/sijms/go-ora/v2 from 2.8.10 to 2.8.11 (#56)

Bump github.com/sijms/go-ora/v2 from 2.8.10 to 2.8.11 (#56) #41

Workflow file for this run

name: Build CLI Docker Image
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build Docker image
run: docker build . --file Dockerfile