Skip to content

Commit

Permalink
upgrade to 1.21.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sluongng committed Sep 7, 2023
1 parent e8896a4 commit 8e653cd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/checkstyle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Setup go
uses: actions/setup-go@v4
with:
go-version: "1.21.0" # Keep in sync with WORKSPACE
go-version: "1.21.1" # Keep in sync with WORKSPACE

- name: gofmt
run: |
Expand Down
12 changes: 6 additions & 6 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -60,42 +60,42 @@ go_download_sdk(
name = "go_sdk_linux",
goarch = "amd64",
goos = "linux",
version = "1.21.0", # Keep in sync with .github/workflows/checkstyle.yaml
version = "1.21.1", # Keep in sync with .github/workflows/checkstyle.yaml
)

go_download_sdk(
name = "go_sdk_linux_arm64",
goarch = "arm64",
goos = "linux",
version = "1.21.0",
version = "1.21.1",
)

go_download_sdk(
name = "go_sdk_darwin",
goarch = "amd64",
goos = "darwin",
version = "1.21.0",
version = "1.21.1",
)

go_download_sdk(
name = "go_sdk_darwin_arm64",
goarch = "arm64",
goos = "darwin",
version = "1.21.0",
version = "1.21.1",
)

go_download_sdk(
name = "go_sdk_windows",
goarch = "amd64",
goos = "windows",
version = "1.21.0",
version = "1.21.1",
)

go_download_sdk(
name = "go_sdk_windows_arm64",
goarch = "arm64",
goos = "windows",
version = "1.21.0",
version = "1.21.1",
)

go_register_toolchains(
Expand Down

0 comments on commit 8e653cd

Please sign in to comment.