Skip to content

Commit

Permalink
Merge pull request #13 from metrico/upstream-v0.194.0
Browse files Browse the repository at this point in the history
Upstream v0.194.0
  • Loading branch information
lmangani authored Apr 6, 2023
2 parents 010220a + da0a8c4 commit 078199b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 14 deletions.
16 changes: 3 additions & 13 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,8 @@
name: Build-n-Release

on:
push:
branches: [ main, master ]
paths-ignore:
- '**.md'
- '**.flux'
- '**.yml'
pull_request:
branches: [ master, main ]
paths-ignore:
- '**.md'
- '**.flux'
- '**.yml'
release:
types: [created]

env:
REGISTRY: ghcr.io
Expand Down Expand Up @@ -61,7 +51,7 @@ jobs:
if: steps.cacheflux.outputs.cache-hit != 'true'
run: |
cd flux
git checkout tags/v0.193.0
git checkout tags/v0.194.0
go mod tidy
go get ./...
make
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.18

require (
github.com/aws/aws-lambda-go v1.13.3
github.com/influxdata/flux v0.193.0
github.com/influxdata/flux v0.194.0
github.com/labstack/echo/v4 v4.2.1
)

Expand Down

0 comments on commit 078199b

Please sign in to comment.