Skip to content

Commit

Permalink
upupgraded
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick-hermann-sva committed Sep 5, 2024
1 parent 99562bb commit adaa464
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Taskfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ tasks:

build-ko:
desc: Build image w/ KO
deps: [lint, test]
deps: [lint, test, commit]
env:
KO_DOCKER_REPO: ghcr.io/{{ .REPOSITORY_NAME }}/{{ .PROJECT_NAME }} #scr.cd43.sthings-pve.labul.sva.de/machineshop
cmds:
Expand Down
2 changes: 1 addition & 1 deletion cmd/push.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ var (

homeRunBodyData = `{
"Title": "{{ .Title }}",
"Info": "{{ .Message }}",
"Message": "{{ .Message }}",
"Severity": "{{ .Severity }}",
"Author": "{{ .Author }}",
"Timestamp": "{{ .Timestamp }}",
Expand Down
3 changes: 1 addition & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ go 1.22.5
require (
github.com/go-git/go-billy/v5 v5.5.0
github.com/go-git/go-git/v5 v5.12.0
github.com/google/go-github/v64 v64.0.0
github.com/google/go-github/v64 v64.0.0
github.com/google/go-github/v62 v62.0.0
github.com/pterm/pterm v0.12.79
github.com/spf13/cobra v1.8.1
github.com/stuttgart-things/sthingsBase v0.1.41
Expand Down
1 change: 0 additions & 1 deletion go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,6 @@ github.com/google/go-cmp v0.6.0 h1:ofyhxvXcZhMsU5ulbFiLKl/XBFqE1GSq7atu8tAmTRI=
github.com/google/go-cmp v0.6.0/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY=
github.com/google/go-github/v62 v62.0.0 h1:/6mGCaRywZz9MuHyw9gD1CwsbmBX8GWsbFkwMmHdhl4=
github.com/google/go-github/v62 v62.0.0/go.mod h1:EMxeUqGJq2xRu9DYBMwel/mr7kZrzUOfQmmpYrZn2a4=
github.com/google/go-github/v64 v64.0.0/go.mod h1:xB3vqMQNdHzilXBiO2I+M7iEFtHf+DP/omBOv6tQzVo=
github.com/google/go-querystring v1.1.0 h1:AnCroh3fv4ZBgVIf1Iwtovgjaw/GiKJo8M8yD/fhyJ8=
github.com/google/go-querystring v1.1.0/go.mod h1:Kcdr2DB4koayq7X8pmAG4sNG59So17icRSOU623lUBU=
github.com/google/martian/v3 v3.3.3 h1:DIhPTQrbPkgs2yJYdXU/eNACCG5DVQjySNRNlflZ9Fc=
Expand Down

0 comments on commit adaa464

Please sign in to comment.