Skip to content

Commit

Permalink
Merge branch 'prepare-release'
Browse files Browse the repository at this point in the history
  • Loading branch information
mvd-ows committed Jul 4, 2024
2 parents dbbe701 + 7300afd commit cbc707a
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ jobs:
ci:
uses: mullvad/rsw-public/.github/workflows/go-ci.yaml@master
with:
go-version: '1.22.4'
go-version: '1.22.5'
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ jobs:
nightly:
uses: mullvad/rsw-public/.github/workflows/go-ci.yaml@master
with:
go-version: '1.22.4'
go-version: '1.22.5'
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,24 @@ Line wrap the file at 100 chars. Th
* **Fixed**: for any bug fixes.
* **Security**: in case of vulnerabilities.


## [1.0.3] - 2024-07-04
### Changed
- Use Go 1.22.5 for release builds.
### Security
- Resolve issues in stdlib by using updated version of Go.


## [1.0.2] - 2024-06-11
### Added
- Add build target for Linux ARMv5, ARMv6, ARMv6 and Windows ARM64.


## [1.0.1] - 2024-04-16
### Security
- Update dependencies


## [1.0.0] - 2024-03-22
### Added
- Core functionality with some configurability.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM ubuntu:22.04

ENV GO_FILENAME=go1.22.4.linux-amd64.tar.gz
ENV GO_FILEHASH=ba79d4526102575196273416239cca418a651e049c2b099f3159db85e7bade7d
ENV GO_FILENAME=go1.22.5.linux-amd64.tar.gz
ENV GO_FILEHASH=904b924d435eaea086515bc63235b192ea441bd8c9b198c507e85009e6e4c7f0
ENV PATH="$PATH:/usr/local/go/bin"

RUN apt-get update && apt-get install -y --no-install-recommends \
Expand Down

0 comments on commit cbc707a

Please sign in to comment.