Skip to content

build(deps): bump actions/setup-go from 4 to 5 #63

build(deps): bump actions/setup-go from 4 to 5

build(deps): bump actions/setup-go from 4 to 5 #63

name: Build and test
on: [pull_request]
permissions:
contents: read # for checkout
jobs:
gorelease:
runs-on: ubuntu-latest
environment:
name: release
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.22.x
- name: Build app
run: make build
- name: Test app
run: make testacc