Skip to content

chore(deps): bump github.com/zalando/go-keyring from 0.2.6 to 0.2.8 in /credentials #793

chore(deps): bump github.com/zalando/go-keyring from 0.2.6 to 0.2.8 in /credentials

chore(deps): bump github.com/zalando/go-keyring from 0.2.6 to 0.2.8 in /credentials #793

Workflow file for this run

name: Test
on:
pull_request:
permissions: {}
jobs:
test:
name: test
runs-on: ubuntu-latest
permissions:
contents: read
strategy:
matrix:
# support two latest major versions of Go, following the Go security policy
# in which these versions get security updates. See https://golang.org/security
go-version: [1.24.x, 1.25.x, 1.26.x]
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
with:
go-version: ${{ matrix.go-version }}
- name: test
env:
GOTOOLCHAIN: auto
UPCLOUD_GO_SDK_TEST_NO_CREDENTIALS: yes
UPCLOUD_GO_SDK_TEST_DELETE_RESOURCES: yes
UPCLOUD_GO_SDK_TEST_USER: ${{ secrets.UPCLOUD_GO_SDK_TEST_USER }}
UPCLOUD_GO_SDK_TEST_PASSWORD: ${{ secrets.UPCLOUD_GO_SDK_TEST_PASSWORD }}
run: go test ./... -parallel 1 -timeout 60m