Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 2 additions & 8 deletions jitsucom-bulker.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: jitsucom-bulker
version: "2.11.913"
epoch: 0
epoch: 1 # GHSA-9mj6-hxhv-w67j
description: Service for bulk-loading data to databases with automatic schema management (Redshift, Snowflake, BigQuery, ClickHouse, Postgres, MySQL)
copyright:
- license: MIT
Expand Down Expand Up @@ -34,13 +34,6 @@ pipeline:
- runs: |
go work use

- uses: go/bump
with:
deps: |-
github.com/go-viper/mapstructure/v2@v2.4.0
modroot: ingest
work: true

- uses: go/bump
with:
deps: |-
Expand All @@ -60,6 +53,7 @@ pipeline:
deps: |-
github.com/snowflakedb/gosnowflake@v1.13.3
github.com/go-viper/mapstructure/v2@v2.4.0
github.com/dvsekhvalnov/jose2go@v1.7.0
modroot: bulkerlib
work: true

Expand Down
Loading