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

ci(github-action)!: Update actions/setup-go action to v5 #2

ci(github-action)!: Update actions/setup-go action to v5

ci(github-action)!: Update actions/setup-go action to v5 #2

Workflow file for this run

---
name: "Pull Request: Validate"
on:
pull_request:
branches:
- main
types:
- opened
- synchronize
- reopened
jobs:
tests:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v3
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: ">=1.20"
cache: true
- name: Run Go test
run: go test -v ./src/