Skip to content

Commit

Permalink
chore: use Go 1.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andrii-zakurenyi committed Aug 11, 2023
1 parent ed5cad8 commit 9e1ba38
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .trunk/trunk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,5 +71,5 @@ lint:
runtimes:
enabled:
- python@3.10.3
- go@1.19.4
- go@1.21.0
- node@16.14.2
2 changes: 1 addition & 1 deletion aqua.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ registries:
packages:
- name: miniscruff/changie@v1.11.1
tags: ['ci']
- name: golang/go@go1.20.1
- name: golang/go@go1.21.0
tags: ['ci']
- name: direnv/direnv@v2.32.2
- name: magefile/mage@v1.14.0
Expand Down
2 changes: 1 addition & 1 deletion pipelines/templates/vars.go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ variables:
- name: GOBIN
value: $(GOPATH)/bin
- name: GO_VERSION
value: 1.20.1 # this has to match aqua.yml for success
value: 1.21.0 # this has to match aqua.yml for success
- name: GOLANGCI_LINT_VERSION
value: v1.49.0
- name: GORELEASER_VERSION
Expand Down
2 changes: 1 addition & 1 deletion pipelines/tests.end-to-end.azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
persistCredentials: true

- task: Delinea.delinea-dsv-task.dsv-azure-pipelines-task.DelineaDSV@0
displayName: 'Retrieve ado/cli from Thycotic DevOps Secrets Vault'
displayName: 'Retrieve ado/cli from Delinea DevOps Secrets Vault'
inputs:
ServerUrl: $(ServerUrl)
ClientId: $(ClientId)
Expand Down
14 changes: 7 additions & 7 deletions pipelines/vault-cli-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,17 @@ jobs:

steps:
- task: Delinea.delinea-dsv-task.dsv-azure-pipelines-task.DelineaDSV@0
displayName: 'Retrieve ado/cli from Thycotic DevOps Secrets Vault'
displayName: 'Retrieve ado/cli from Delinea DevOps Secrets Vault'
inputs:
ServerUrl: '$(ServerUrl)'
ClientId: '$(ClientId)'
ClientSecret: '$(ClientSecret)'
SecretPath: ado/cli

- task: GoTool@0
displayName: 'Use Go 1.18.4'
displayName: 'Use Go 1.21.0'
inputs:
version: 1.18.4
version: 1.21.0

- task: WhiteSource@21
inputs:
Expand Down Expand Up @@ -126,9 +126,9 @@ jobs:

steps:
- task: GoTool@0
displayName: 'Use Go 1.18.4'
displayName: 'Use Go 1.21.0'
inputs:
version: 1.18.4
version: 1.21.0

- script: |
go mod download
Expand Down Expand Up @@ -157,9 +157,9 @@ jobs:

steps:
- task: GoTool@0
displayName: 'Use Go 1.18.4'
displayName: 'Use Go 1.21.0'
inputs:
version: 1.18.4
version: 1.21.0

- script: |
go mod download
Expand Down
4 changes: 2 additions & 2 deletions pipelines/vault-cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
clean: ${{ parameters.clean }}

- task: Delinea.delinea-dsv-task.dsv-azure-pipelines-task.DelineaDSV@0
displayName: 'Retrieve ado/cli from Thycotic DevOps Secrets Vault'
displayName: 'Retrieve ado/cli from Delinea DevOps Secrets Vault'
inputs:
ServerUrl: '$(ServerUrl)'
ClientId: '$(ClientId)'
Expand Down Expand Up @@ -215,7 +215,7 @@ jobs:
condition: ne(${{ parameters.yolo }}, 'true')
- task: Delinea.delinea-dsv-task.dsv-azure-pipelines-task.DelineaDSV@0
displayName: 'Retrieve ado/cli from Thycotic DevOps Secrets Vault'
displayName: 'Retrieve ado/cli from Delinea DevOps Secrets Vault'
inputs:
ServerUrl: '$(ServerUrl)'
ClientId: '$(ClientId)'
Expand Down

0 comments on commit 9e1ba38

Please sign in to comment.