storage: add filter expressions, upgrade go to 1.18.1 (#3365)

* storage: add filter expressions

* upgrade go
This commit is contained in:
Caleb Doxsey 2022-05-17 02:09:50 +00:00 committed by GitHub
parent 51e716ef54
commit 70f5d8b173
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
12 changed files with 517 additions and 63 deletions

View file

@ -33,7 +33,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@f6164bd8c8acb4a71fb2791a8b6c4024ff038dab # pin@v2
with:
go-version: 1.17.x
go-version: 1.18.x
- name: Set up Docker
run: docker run --rm --privileged multiarch/qemu-user-static --reset -p yes

View file

@ -11,7 +11,7 @@ jobs:
test:
strategy:
matrix:
go-version: [1.17.x]
go-version: [1.18.x]
node-version: [16.x]
platform: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.platform }}
@ -60,7 +60,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go-version: [1.17.x]
go-version: [1.18.x]
node-version: [16.x]
steps:
- uses: actions/setup-go@f6164bd8c8acb4a71fb2791a8b6c4024ff038dab # pin@v2
@ -114,7 +114,7 @@ jobs:
strategy:
fail-fast: false
matrix:
go-version: [1.17.x]
go-version: [1.18.x]
node-version: [16.x]
platform: [ubuntu-latest]
deployment: [kubernetes, multi, nginx, single, traefik]
@ -162,7 +162,7 @@ jobs:
build:
strategy:
matrix:
go-version: [1.17.x]
go-version: [1.18.x]
node-version: [16.x]
platform: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.platform }}
@ -226,7 +226,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-go@f6164bd8c8acb4a71fb2791a8b6c4024ff038dab # pin@v2
with:
go-version: 1.17.x
go-version: 1.18.x
- uses: actions/setup-python@98f2ad02fd48d057ee3b4d4f66525b231c3e52b6 # pin@v3
- uses: pre-commit/action@876132a3c26aa072b09eab6c5395b4749eeb2435 # pin@release
with:
@ -240,14 +240,14 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go-version: [1.17.x]
go-version: [1.18.x]
platform: [ubuntu-latest]
needs:
- build
steps:
- uses: actions/setup-go@f6164bd8c8acb4a71fb2791a8b6c4024ff038dab # pin@v2
with:
go-version: 1.17.x
go-version: 1.18.x
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # pin@v3