Skip to content

Bump github.com/gophercloud/gophercloud from 1.7.0 to 1.8.0 #34

Bump github.com/gophercloud/gophercloud from 1.7.0 to 1.8.0

Bump github.com/gophercloud/gophercloud from 1.7.0 to 1.8.0 #34

Workflow file for this run

name: Go Test
on:
push:
pull_request:
jobs:
test:
name: Test
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest]
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '>=1.21.0'
id: go
- name: Test
run: go test -v ./...