chore: use Dockerfile
All checks were successful
Sample Testing / my_job (push) Successful in 1m36s

This commit is contained in:
Marcel S. Henselin 2026-04-16 11:09:51 +02:00
parent f2566ae21d
commit 0303b4b9aa
3 changed files with 232 additions and 90 deletions

5
go.mod
View file

@ -2,4 +2,7 @@ module google-chat-action
go 1.26.2
require github.com/sethvargo/go-githubactions v1.3.2
require (
github.com/google/go-cmp v0.7.0
github.com/sethvargo/go-githubactions v1.3.2
)