Skip to content

Bump github.com/SKF/go-utility/v2 from 2.33.5 to 2.33.10 #65

Bump github.com/SKF/go-utility/v2 from 2.33.5 to 2.33.10

Bump github.com/SKF/go-utility/v2 from 2.33.5 to 2.33.10 #65

Workflow file for this run

name: Building
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
build:
name: Build & Test
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.x
uses: actions/setup-go@v4
with:
go-version: 1.19
id: go
- name: Checkout code
uses: actions/checkout@v3
- name: Generate
run: make rest/models/
- name: Build
run: go build -v ./...
- name: Test
run: go test -v ./...