Skip to content

Bump @babel/core from 7.23.0 to 7.23.2 in /web #2922

Bump @babel/core from 7.23.0 to 7.23.2 in /web

Bump @babel/core from 7.23.0 to 7.23.2 in /web #2922

Workflow file for this run

---
name: Build
on:
push:
branches:
- master
pull_request:
jobs:
build:
name: Build bot
runs-on: ubuntu-latest
strategy:
matrix:
go: ["1.19", "1.20"]
steps:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go }}
id: go
- name: Check out code into the Go module directory
uses: actions/checkout@v4
- name: Get dependencies
run: go get -v -t -d ./...
- name: Build bot
working-directory: ./cmd/bot
run: go build -v