Skip to content

Commit

Permalink
chore: prepare v1.2.1 release
Browse files Browse the repository at this point in the history
Also updates action versions in ci workflow
  • Loading branch information
AlexCuse committed Jan 24, 2024
1 parent 2d0e3e7 commit 342342e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:
runs-on:
labels: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.20'
cache: false
Expand All @@ -33,8 +33,8 @@ jobs:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.20'
- run: go version
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ Based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## HEAD

## 1.2.1

* Replace deprecated gopkg.in/square/go-jose.v2 with github.com/square/go-jose/v3 [#29]
* Update golang.org/x/crypto from 0.14.0 to 0.17.0 [#27]

Expand Down

0 comments on commit 342342e

Please sign in to comment.