Skip to content

Bump github.com/microsoft/kiota-abstractions-go from 1.2.0 to 1.2.1 in /src #37

Bump github.com/microsoft/kiota-abstractions-go from 1.2.0 to 1.2.1 in /src

Bump github.com/microsoft/kiota-abstractions-go from 1.2.0 to 1.2.1 in /src #37

Workflow file for this run

name: Go
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
defaults:
run:
working-directory: src/
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '>=1.20.0'
- name: Build
run: go build -v ./...
- name: Test
run: go test -v ./...