Skip to content

Commit

Permalink
Merge pull request #3711 from hashicorp/f/go-1.21.6
Browse files Browse the repository at this point in the history
tooling: updating to Go 1.21.6
  • Loading branch information
tombuildsstuff authored Feb 1, 2024
2 parents 6f903c3 + 1f3973d commit 5910128
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 21 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/automation-data-api-differ.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

- uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
with:
go-version: '1.21.3'
go-version-file: ./.go-version

- name: Detect Changes
run: |
Expand Down
7 changes: 1 addition & 6 deletions .github/workflows/automation-rest-api-specs-importer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,7 @@ jobs:

- uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
with:
go-version: '1.21.3'

- name: Setup .NET
uses: actions/setup-dotnet@4d6c8fcf3c8f7a60068d26b594648e99df24cee3 # v4.0.0
with:
dotnet-version: 7.0.x
go-version-file: ./.go-version

- name: build and run importer-rest-api-specs
id: import-data
Expand Down
7 changes: 1 addition & 6 deletions .github/workflows/automation-version-bumper.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,7 @@ jobs:

- uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
with:
go-version: '1.21.3'

- name: Setup .NET
uses: actions/setup-dotnet@4d6c8fcf3c8f7a60068d26b594648e99df24cee3 # v4.0.0
with:
dotnet-version: 7.0.x
go-version-file: ./.go-version

- name: build and run version-bumper
id: bump-versions
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit-test-data-api-differ.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

- uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
with:
go-version: '1.21.3'
go-version-file: ./.go-version

- name: run unit tests
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit-test-data-api-v2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

- uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
with:
go-version: '1.21.3'
go-version-file: ./.go-version

- name: run unit tests
run: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

- uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
with:
go-version: '1.21.3'
go-version-file: ./.go-version

- name: "Build Data API"
run: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

- uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
with:
go-version: '1.21.3'
go-version-file: ./.go-version

- name: "Build and Run importer-rest-api-specs"
id: import-data
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit-test-generator-go-sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

- uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
with:
go-version: '1.21.3'
go-version-file: ./.go-version

- name: run unit tests
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit-test-generator-terraform.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

- uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
with:
go-version: '1.21.3'
go-version-file: ./.go-version

- name: run unit tests
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit-test-rest-api-specs-importer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

- uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
with:
go-version: '1.21.3'
go-version-file: ./.go-version

- name: run unit tests
run: |
Expand Down
1 change: 1 addition & 0 deletions .go-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1.21.6
2 changes: 1 addition & 1 deletion tools/importer-msgraph-metadata/.go-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.19.3
1.21.6

0 comments on commit 5910128

Please sign in to comment.