fix: Fixes to workflow
Agent Release / build (push) Successful in 1m30s

This commit is contained in:
domrichardson
2026-06-15 14:03:19 +01:00
parent c9868b2108
commit 596bb7ed3d
+3 -2
View File
@@ -7,7 +7,8 @@ on:
jobs: jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-docker
container: node:26
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@v4
@@ -15,7 +16,7 @@ jobs:
- name: Set up Go - name: Set up Go
uses: actions/setup-go@v5 uses: actions/setup-go@v5
with: with:
go-version: "1.23" go-version: "1.26"
cache: true cache: true
cache-dependency-path: agent/go.sum cache-dependency-path: agent/go.sum