Skip to content

Commit

Permalink
feat(ci): run on go1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
hedon954 committed Aug 23, 2024
1 parent 3cd8c25 commit e4bd130
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 29 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
strategy:
matrix:
platform: [ubuntu-latest]
go-version: ['1.20', '1.21', '1.22', '1.23']
go-version: ['1.20']
runs-on: ${{ matrix.platform }}
steps:
- uses: actions/checkout@v4
Expand Down
28 changes: 0 additions & 28 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,29 +1 @@
# Changelog

---
## [0.0.1-go1.20] - 2024-08-23

Finish go-mysql-mocker basic features and support for go1.20 projects.

### ⛰️ Features

- finish gmm - ([ea8f4a0](https://github.com/hedon-go-road/template-web/commit/ea8f4a0fe2cd0320ea3cc78a637338de72b8c4e9)) - wangjiahan
- remove some useless error check and improve unit test for `InitData` - ([280eb23](https://github.com/hedon-go-road/template-web/commit/280eb2396addc2d13fd7acb4164298e507788e08)) - hedon954

### 🐛 Bug Fixes

- **(port)** fix get unused port bug - ([a004a9b](https://github.com/hedon-go-road/template-web/commit/a004a9b6aebe11bf1ad08a03ae69cee5ef1e8bb4)) - hedon954

### 📚 Documentation

- **(gmm)** add some comments for get free port - ([572fb4c](https://github.com/hedon-go-road/template-web/commit/572fb4c5b728c7057ec07b8a11ae2b7e584a5153)) - hedon954
- **(readme)** fix wrong - ([ac3e0fb](https://github.com/hedon-go-road/template-web/commit/ac3e0fb95ff9dc2d348b29e28223ded4f04f42ae)) - hedon954
- add readme - ([b9cd37a](https://github.com/hedon-go-road/template-web/commit/b9cd37a411ce52151540c6d328908c0d63e07a71)) - hedon954

### 🚜 Refactor

- rename repository to go-mysql-mocker - ([599dbd0](https://github.com/hedon-go-road/template-web/commit/599dbd0eb47cadf0a485076ee78ae1a8e71a1b9c)) - hedon954
- do not use slog to support lower go version user - ([fc235aa](https://github.com/hedon-go-road/template-web/commit/fc235aa48aa10d3f7451c910acabc011b58e7370)) - wangjiahan
- downgrade go-mysql-server to 0.18.0 to support go1.20 projects - ([f337dc8](https://github.com/hedon-go-road/template-web/commit/f337dc8301df31924d1a920f04c8ec2afcf92a8c)) - wangjiahan

<!-- generated by git-cliff -->

0 comments on commit e4bd130

Please sign in to comment.