Skip to content

Commit

Permalink
fixup! 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 ddef662 commit 0abc8f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.21.3"
go-version: "^1.21.6"

- 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.21.3"
go-version: "^1.21.6"

- name: Checkout code
uses: actions/checkout@v4
Expand Down

0 comments on commit 0abc8f7

Please sign in to comment.