Skip to content

Bump go.uber.org/fx from 1.18.1 to 1.22.2 #233

Bump go.uber.org/fx from 1.18.1 to 1.22.2

Bump go.uber.org/fx from 1.18.1 to 1.22.2 #233

Workflow file for this run

on: [push, pull_request]
name: Build
jobs:
Build:
strategy:
matrix:
go-version: [1.18.x]
platform: [ubuntu-latest, windows-latest]
runs-on: ${{ matrix.platform }}
steps:
- name: Install Go
uses: actions/setup-go@v2
with:
go-version: ${{ matrix.go-version }}
- name: Fetch Repository
uses: actions/checkout@v2
- name: Build App
run: go build cmd/main.go