Specify go version
Some checks failed
/ build (push) Failing after 7s

This commit is contained in:
Finn 2024-08-04 23:24:42 -07:00
parent d5b23b1310
commit f375d58b58

View file

@ -12,6 +12,8 @@ jobs:
image: ghcr.io/catthehacker/ubuntu:runner-latest
steps:
- uses: actions/setup-go@v5
with:
version: 1.23
- name: Build apcupsd_exporter
run: |
set -exuo pipefail