Skip to content

Commit

Permalink
less go
Browse files Browse the repository at this point in the history
  • Loading branch information
AlCutter committed Feb 10, 2023
1 parent f455ca1 commit 5b0a3e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ steps:
args: ["golangci-lint","run"]

- id: 'unit tests'
name: 'golang:1.20'
name: 'golang:1.19'
args: ['go', 'test', './...']

- id: 'build'
name: 'golang:1.20'
name: 'golang:1.19'
args: ['go', 'build', './...']

0 comments on commit 5b0a3e5

Please sign in to comment.