Skip to content

Commit

Permalink
chore: upgrade to go1.23 (#1533)
Browse files Browse the repository at this point in the history
Fixes #1502
  • Loading branch information
julieqiu authored Aug 19, 2024
1 parent a623c9a commit f01cc39
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/assets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
steps:
- uses: actions/setup-go@v5
with:
go-version: '1.19.2'
go-version: '1.23'
- uses: actions/checkout@v4
- name: Init submodule
run: git submodule init && git submodule update
Expand Down Expand Up @@ -95,7 +95,7 @@ jobs:
fi
- uses: actions/setup-go@v5
with:
go-version: '1.19.2'
go-version: '1.23'
- name: Install gox
run: go install github.com/mitchellh/gox@latest
- uses: actions/checkout@v4
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
- uses: actions/setup-go@v5
with:
go-version: '1.19.2'
go-version: '1.23'
- name: Install Protoc
uses: arduino/setup-protoc@v1
- name: Install external generators
Expand Down Expand Up @@ -50,7 +50,7 @@ jobs:
steps:
- uses: actions/setup-go@v5
with:
go-version: '1.19.2'
go-version: '1.23'
- name: Install golint
run: go install golang.org/x/lint/golint@latest
- uses: actions/checkout@v4
Expand Down Expand Up @@ -89,7 +89,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.19.2'
go-version: '1.23'
- uses: actions/download-artifact@v4
if: needs.regenerate.outputs.modified_files
with:
Expand All @@ -112,7 +112,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.19.2'
go-version: '1.23'
- uses: actions/download-artifact@v4
if: needs.regenerate.outputs.modified_files
with:
Expand Down Expand Up @@ -190,7 +190,7 @@ jobs:
rm regen.tgz
- uses: googleapis/code-suggester@v4
env:
ACCESS_TOKEN: ${{ secrets.YOSHI_CODE_BOT_TOKEN }}
ACCESS_TOKEN: ${{ secrets.YOSHI_CODE_BOT_TOKEN }}
with:
command: pr
upstream_owner: googleapis
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,4 @@ require (
gopkg.in/yaml.v3 v3.0.1 // indirect
)

go 1.19
go 1.23

0 comments on commit f01cc39

Please sign in to comment.