Skip to content

Bump github.com/jfrog/jfrog-client-go from 1.46.1 to 1.48.3 #44

Bump github.com/jfrog/jfrog-client-go from 1.46.1 to 1.48.3

Bump github.com/jfrog/jfrog-client-go from 1.46.1 to 1.48.3 #44

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- main
workflow_dispatch:
jobs:
build:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
fail-fast: false
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Build
run: |
bazelisk build //...
- name: Test
run: |
bazelisk test //...