Skip to content

.github: Bump actions/setup-go from 4 to 5 #97

.github: Bump actions/setup-go from 4 to 5

.github: Bump actions/setup-go from 4 to 5 #97

Workflow file for this run

name: build
on:
push:
branches: [ main ]
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
- name: Build NoOp destination plugin
run: make plugins/noop-dest
- name: Build tool
run: make build