Skip to content

Commit

Permalink
upgraded workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick-hermann-sva committed Oct 1, 2024
1 parent ebd540f commit b74e07d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,10 @@ jobs:
accept-linterrors: false
accept-failedtests: false
timeout-minutes: 15m

Build-Image:
name: Build Image
uses: stuttgart-things/stuttgart-things/.github/workflows/call-ko-build.yaml@main
with:
environment-name: k8s
runs-on: docker
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/stuttgart-things/machineshop

go 1.22.5
go 1.23.1

require (
github.com/go-git/go-billy/v5 v5.5.0
Expand Down

0 comments on commit b74e07d

Please sign in to comment.