Skip to content

Commit

Permalink
Update Go from 1.18 to 1.19 (#2029)
Browse files Browse the repository at this point in the history
  • Loading branch information
nfx authored Feb 20, 2023
1 parent 05ccb61 commit 1472505
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG VARIANT=1.18-bullseye
ARG VARIANT=1.19-bullseye
FROM mcr.microsoft.com/vscode/devcontainers/go:${VARIANT}

ARG TERRAFORM_VERSION=1.0.0
Expand Down
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
// Update the VARIANT arg to pick a version of Go: 1, 1.18, 1.17
// Append -bullseye or -buster to pin to an OS version.
// Use -bullseye variants on local arm64/Apple Silicon.
"VARIANT": "1.18-bullseye",
"VARIANT": "1.19-bullseye",
// Options
"NODE_VERSION": "none"
}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v1
with:
go-version: 1.18.x
go-version: 1.19.x

- name: Cache packages
uses: actions/cache@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
name: Set up Go
uses: actions/setup-go@v1
with:
go-version: 1.18.x
go-version: 1.19.x
-
name: Import GPG key
id: import_gpg
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/databricks/terraform-provider-databricks

go 1.18
go 1.19

require (
github.com/databricks/databricks-sdk-go v0.3.3-0.20230217184724-a15de889505b
Expand Down

0 comments on commit 1472505

Please sign in to comment.