Skip to content

Bump github.com/aws/aws-sdk-go from 1.15.78 to 1.34.0 #1793

Bump github.com/aws/aws-sdk-go from 1.15.78 to 1.34.0

Bump github.com/aws/aws-sdk-go from 1.15.78 to 1.34.0 #1793

Workflow file for this run

name: main
on: [pull_request, push]
jobs:
test:
runs-on: ubuntu-latest
name: Test with Go ${{ matrix.go }}
strategy:
matrix:
go: ["1.18", "1.19", "1.20"]
steps:
- uses: actions/checkout@v3
with:
submodules: true
- uses: actions/setup-go@v3
with:
go-version: ${{ matrix.go }}
- name: Go test
run: make test
- name: Build
run: make bin/regula
- name: Run regula test
run: |
cd rego
../bin/regula test examples rules tests
../bin/regula test --no-test-inputs examples rules tests