Update test.yml

This commit is contained in:
Marvin
2025-06-10 13:17:33 +02:00
committed by GitHub
parent 38b7f17e58
commit 52a8aabdb8

View File

@@ -18,8 +18,8 @@ jobs:
with: with:
go-version: '1.23' go-version: '1.23'
- name: Download go - name: Build go
run: go mod download run: go build
- name: Build Docker container - name: Build Docker container
run: make build run: make build