From 9eb488eb1032fc3434d381fb352495c14f8d06dd Mon Sep 17 00:00:00 2001 From: Fernandez Ludovic Date: Mon, 29 Apr 2024 16:28:32 +0200 Subject: [PATCH 1/2] feat: foo foo --- foo.go | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/foo.go b/foo.go index 43bd982..e8c9c96 100644 --- a/foo.go +++ b/foo.go @@ -3,9 +3,10 @@ package main import "fmt" func Foo() { - fmt.Println("Bada") + foo("a") + fmt.Println("Bada") } func Bar() { - fmt.Println("Bada?") + fmt.Println("Bada?") } From 6ed6cb05db1f45c725261aeea2099366116f7dd6 Mon Sep 17 00:00:00 2001 From: Fernandez Ludovic Date: Mon, 29 Apr 2024 16:35:42 +0200 Subject: [PATCH 2/2] wip: update action --- .github/workflows/pull-request.yml | 2 +- .github/workflows/push.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index a680032..8471642 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -37,7 +37,7 @@ jobs: run: git log --graph --pretty=tformat:'%Cred%h%Creset %Cblue%G?%Creset -%C(auto)%d%Creset %s %Cgreen(%an %ar)%Creset' --branches --remotes - name: golangci-lint - uses: golangci/golangci-lint-action@3ab19875d7f33278aa6f7cdbdd1f37ed29bbace2 + uses: golangci/golangci-lint-action@f9ca49f436263a2a87a891f119db15517c4cb609 with: version: v1.57 # args: --timeout=30m --config=/my/path/.golangci.yml --issues-exit-code=0 diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index c614f0f..18f82a7 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -36,7 +36,7 @@ jobs: run: git log --graph --pretty=tformat:'%Cred%h%Creset %Cblue%G?%Creset -%C(auto)%d%Creset %s %Cgreen(%an %ar)%Creset' --branches --remotes - name: golangci-lint - uses: golangci/golangci-lint-action@3ab19875d7f33278aa6f7cdbdd1f37ed29bbace2 + uses: golangci/golangci-lint-action@f9ca49f436263a2a87a891f119db15517c4cb609 with: version: v1.57 # args: --timeout=30m --config=/my/path/.golangci.yml --issues-exit-code=0