Skip to content

Commit

Permalink
311: github/workflows: bump Go version to 1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
zalgonoise committed Jun 13, 2024
1 parent 7cb0505 commit 9098b43
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/generate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: "^1.20.6"
go-version: "^1.21.3"

- name: Checkout code
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: "^1.20.6"
go-version: "^1.21.3"

- name: Checkout code
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.20
go-version: 1.21
- uses: actions/cache@v4
with:
path: |
Expand Down

0 comments on commit 9098b43

Please sign in to comment.