Skip to content

build(deps): bump github.com/scaleway/scaleway-sdk-go #227

build(deps): bump github.com/scaleway/scaleway-sdk-go

build(deps): bump github.com/scaleway/scaleway-sdk-go #227

Workflow file for this run

name: Test
on:
push:
jobs:
test:
name: Test
strategy:
matrix:
go: [ '1.20' ]
platform: [ ubuntu-latest, macos-latest, windows-latest ]
runs-on: ${{ matrix.platform }}
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version: ${{ matrix.go }}
- name: Test
run: go test ./...