Skip to content

Commit

Permalink
Merge pull request #118 from Dash-Industry-Forum/go-1.21
Browse files Browse the repository at this point in the history
chore: update github test to Go 1.21
  • Loading branch information
tobbee authored Oct 17, 2023
2 parents 8c5280e + 915aa5a commit 451f19f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
platform: [macos-latest, ubuntu-latest, windows-latest]
go-version: ["1.19"]
go-version: ["1.21"]
runs-on: ${{ matrix.platform }}
steps:
- name: Setup Go
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## Changed

- Upgrade to Go 1.21

### Fixed

- Vertical spacing for buttons on web pages
Expand Down

0 comments on commit 451f19f

Please sign in to comment.