Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update dependencies #17

Merged
merged 1 commit into from
Apr 23, 2024
Merged
Show file tree
Hide file tree
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
4 changes: 2 additions & 2 deletions .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
go: [ '1.16', '1.15' ]
go: [ '1.22', '1.21' ]
name: golangci-lint
steps:
- name: Checkout
Expand All @@ -28,7 +28,7 @@ jobs:
- name: Coverage Tests
run: go test ./... -cover -race -coverprofile=profile.cov
- name: Send coverage
if: ${{ matrix.go == '1.16' }}
if: ${{ matrix.go == '1.22' }}
uses: shogo82148/actions-goveralls@v1
with:
path-to-profile: profile.cov
18 changes: 9 additions & 9 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ module github.com/airbusgeo/osio
go 1.16

require (
cloud.google.com/go/storage v1.15.0
github.com/airbusgeo/errs v0.0.2
github.com/aws/aws-sdk-go-v2 v1.7.0
github.com/aws/aws-sdk-go-v2/config v1.4.0
github.com/aws/aws-sdk-go-v2/service/s3 v1.11.0
github.com/aws/smithy-go v1.5.0
github.com/hashicorp/golang-lru v0.5.4
github.com/stretchr/testify v1.7.0
google.golang.org/api v0.52.0
cloud.google.com/go/storage v1.40.0
github.com/airbusgeo/errs v0.0.3
github.com/aws/aws-sdk-go-v2 v1.26.1
github.com/aws/aws-sdk-go-v2/config v1.27.11
github.com/aws/aws-sdk-go-v2/service/s3 v1.53.1
github.com/aws/smithy-go v1.20.2
github.com/hashicorp/golang-lru v1.0.2
github.com/stretchr/testify v1.9.0
google.golang.org/api v0.176.0
)
Loading
Loading