TykTechnologies / tyk-identity-broker

Tyk Authentication Proxy for third-party login
Other
110 stars 32 forks source link

[TT-8845] Updating to Go 1.19 #299

Closed mativm02 closed 1 year ago

mativm02 commented 1 year ago

Description

Updating go.mod and CI jobs to use go 1.19

Related Issue

https://tyktech.atlassian.net/browse/TT-8845?atlOrigin=eyJpIjoiZmVmNTFmNzlhZWFmNGRkZDhjOTYwZGNmYzczZTI0YjAiLCJwIjoiaiJ9

Motivation and Context

How This Has Been Tested

Screenshots (if appropriate)

Types of changes

Checklist

github-actions[bot] commented 1 year ago

Terraform Format and Style 🖌``

Terraform Initialization ⚙️success

Terraform Plan 📖success

Terraform Validation 🤖success

Show Plan ``` terraform Running plan in the remote backend. Output will stream here. Pressing Ctrl-C will stop streaming the logs, but will not stop the plan running remotely. Preparing the remote plan... To view this run in a browser, visit: https://app.terraform.io/app/Tyk/repo-policy-tyk-identity-broker/runs/run-V5FHg6hovsYEGEFH Waiting for the plan to start... Terraform v1.3.8 on linux_amd64 Initializing plugins and modules... module.tyk-identity-broker.github_repository.repository: Refreshing state... [id=tyk-identity-broker] module.tyk-identity-broker.github_branch.default: Refreshing state... [id=tyk-identity-broker:master] module.tyk-identity-broker.github_branch_protection.automerge["master"]: Refreshing state... [id=MDIwOkJyYW5jaFByb3RlY3Rpb25SdWxlMTUzMTE5Nzc=] module.tyk-identity-broker.github_branch_protection.automerge["release-1.4"]: Refreshing state... [id=BPR_kwDOAtnrYs4CHTEd] module.tyk-identity-broker.github_branch.release_branches["master"]: Refreshing state... [id=tyk-identity-broker:master] module.tyk-identity-broker.github_branch.release_branches["release-1.3"]: Refreshing state... [id=tyk-identity-broker:release-1.3] module.tyk-identity-broker.github_branch_protection.automerge["release-1.2"]: Refreshing state... [id=BPR_kwDOAtnrYs4B_GQp] module.tyk-identity-broker.github_branch_protection.automerge["release-1.3"]: Refreshing state... [id=BPR_kwDOAtnrYs4B_GQn] module.tyk-identity-broker.github_branch.release_branches["release-1.4"]: Refreshing state... [id=tyk-identity-broker:release-1.4] module.tyk-identity-broker.github_branch.release_branches["release-1.2"]: Refreshing state... [id=tyk-identity-broker:release-1.2] module.tyk-identity-broker.github_branch_default.default: Refreshing state... [id=tyk-identity-broker] Terraform used the selected providers to generate the following execution plan. Resource actions are indicated with the following symbols: ~ update in-place -/+ destroy and then create replacement Terraform will perform the following actions: # module.tyk-identity-broker.github_branch.release_branches["release-1.4"] must be replaced -/+ resource "github_branch" "release_branches" { ~ etag = "W/\"0a7fc3ffbb932016045db70a495ed2a0dfc8dc7db1997fc98fdc3765d7d203ee\"" -> (known after apply) ~ id = "tyk-identity-broker:release-1.4" -> (known after apply) ~ ref = "refs/heads/release-1.4" -> (known after apply) ~ sha = "02d72dd936354d28753c9a1f5da0329ad160df38" -> (known after apply) ~ source_branch = "master" -> "main" # forces replacement ~ source_sha = "9ae43970227c4c0c11088ba7f3288e74cbc0b22b" -> (known after apply) # (2 unchanged attributes hidden) } # module.tyk-identity-broker.github_branch_protection.automerge["master"] will be updated in-place ~ resource "github_branch_protection" "automerge" { id = "MDIwOkJyYW5jaFByb3RlY3Rpb25SdWxlMTUzMTE5Nzc=" # (11 unchanged attributes hidden) ~ required_status_checks { ~ contexts = [ - "1.16", + "1.19", ] # (1 unchanged attribute hidden) } # (1 unchanged block hidden) } # module.tyk-identity-broker.github_branch_protection.automerge["release-1.3"] will be updated in-place ~ resource "github_branch_protection" "automerge" { id = "BPR_kwDOAtnrYs4B_GQn" # (11 unchanged attributes hidden) ~ required_status_checks { ~ contexts = [ - "1.16", + "1.19", ] # (1 unchanged attribute hidden) } # (1 unchanged block hidden) } # module.tyk-identity-broker.github_branch_protection.automerge["release-1.4"] will be updated in-place ~ resource "github_branch_protection" "automerge" { id = "BPR_kwDOAtnrYs4CHTEd" # (11 unchanged attributes hidden) ~ required_status_checks { ~ contexts = [ - "1.16", + "1.19", ] # (1 unchanged attribute hidden) } # (1 unchanged block hidden) } Plan: 1 to add, 3 to change, 1 to destroy. ```

Pushed by: @mativm02, Action: pull_request

sonarcloud[bot] commented 1 year ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication