Skip to content
This repository has been archived by the owner on Oct 7, 2024. It is now read-only.

Bump github.com/hashicorp/go-getter from 1.7.3 to 1.7.4 in /app/v050 #132

Bump github.com/hashicorp/go-getter from 1.7.3 to 1.7.4 in /app/v050

Bump github.com/hashicorp/go-getter from 1.7.3 to 1.7.4 in /app/v050 #132

Workflow file for this run

name: Build and Test Next
on:
pull_request:
branches:
- main
push:
jobs:
build:
name: Go CI
runs-on: ubuntu-latest
steps:
- name: Check out source
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: "1.22"
check-latest: true
- name: Test Next
run: |
cd app/next
go mod tidy
go test -v ./...