Skip to content

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

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

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

Workflow file for this run

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