Skip to content

Commit

Permalink
DUPLO-26089 Update versions in workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
duplodavid committed Nov 7, 2024
1 parent 7ca0c45 commit d8f74de
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dev-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:
name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.21
go-version: 1.23
-
name: Run linting
uses: golangci/golangci-lint-action@v3
uses: golangci/golangci-lint-action@v6
with:
only-new-issues: true # Only show new issues for pull requests.
format:
Expand All @@ -34,7 +34,7 @@ jobs:
name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.21
go-version: 1.23
-
name: Run formatting
run: gofmt -s -w duplocloud cmd/duplo-aws-credential-process
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dev-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.21
go-version: 1.23
-
name: Run tests
run: make test
2 changes: 1 addition & 1 deletion .github/workflows/release-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.21
go-version: 1.23
-
name: Run tests
run: make test
Expand Down

0 comments on commit d8f74de

Please sign in to comment.