Skip to content

Commit

Permalink
chore(ci): update tool versions. (#365)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zenithar authored Dec 14, 2023
1 parent 52e32c5 commit b79ba34
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
permissions:
actions: write
steps:
-
-
uses: step-security/harden-runner@8ca2b8b2ece13480cda6dacd3511b49857a23c09
with:
disable-sudo: true
Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:
runs-on: ubuntu-latest
needs: [go-mod, golangci-lint]
steps:
-
-
uses: step-security/harden-runner@8ca2b8b2ece13480cda6dacd3511b49857a23c09
with:
disable-sudo: true
Expand Down Expand Up @@ -129,7 +129,7 @@ jobs:
permissions:
actions: write
steps:
-
-
uses: step-security/harden-runner@8ca2b8b2ece13480cda6dacd3511b49857a23c09
with:
disable-sudo: true
Expand Down Expand Up @@ -158,7 +158,7 @@ jobs:
name: Lint code
uses: golangci/golangci-lint-action@3a919529898de77ec3da873e3063ca4b10e7f5cc # v3.7.0
with:
version: v1.53.1
version: v1.55.2
working-directory: .
only-new-issues: false
args: --timeout=10m
Expand All @@ -170,7 +170,7 @@ jobs:
permissions:
actions: write
steps:
-
-
uses: step-security/harden-runner@8ca2b8b2ece13480cda6dacd3511b49857a23c09
with:
disable-sudo: true
Expand Down Expand Up @@ -208,7 +208,7 @@ jobs:
name: Setup gotestsum
uses: autero1/action-gotestsum@7263b9d73912eec65f46337689e59fac865c425f # v2.0.0
with:
gotestsum_version: '1.10.1'
gotestsum_version: '1.11.0'
-
name: Run tests
run: gotestsum --format short-verbose ./pkg/...
Expand Down Expand Up @@ -253,7 +253,7 @@ jobs:
name: Setup gotestsum
uses: autero1/action-gotestsum@7263b9d73912eec65f46337689e59fac865c425f # v2.0.0
with:
gotestsum_version: '1.10.1'
gotestsum_version: '1.11.0'
-
name: Run tests
run: gotestsum --format short-verbose ./pkg/...
Expand Down Expand Up @@ -298,7 +298,7 @@ jobs:
name: Setup gotestsum
uses: autero1/action-gotestsum@7263b9d73912eec65f46337689e59fac865c425f # v2.0.0
with:
gotestsum_version: '1.10.1'
gotestsum_version: '1.11.0'
-
name: Run tests
run: gotestsum --format short-verbose ./pkg/...
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module zntr.io/harp/v2

go 1.21
go 1.20

require (
dario.cat/mergo v1.0.0
Expand Down

0 comments on commit b79ba34

Please sign in to comment.