Skip to content

Commit

Permalink
Merge pull request #1 from satomitoka/main
Browse files Browse the repository at this point in the history
Go Update to v1.23.0
  • Loading branch information
satomitouka authored Aug 13, 2024
2 parents be93a27 + a2d14d5 commit f7badfe
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/xcaddy-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: 部署Go环境
uses: actions/setup-go@v3
with:
go-version: 1.22.6
go-version: 1.23.0

- name: 部署Xcaddy
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/xcaddy-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: 部署Go环境
uses: actions/setup-go@v3
with:
go-version: 1.22.6
go-version: 1.23.0

- name: 部署Xcaddy
run: |
Expand Down
2 changes: 1 addition & 1 deletion DEV-VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
24w01a
24w01b

0 comments on commit f7badfe

Please sign in to comment.