Skip to content

Commit

Permalink
Merge pull request #37 from signalsciences/update
Browse files Browse the repository at this point in the history
  • Loading branch information
vcarvajal-sigsci authored Feb 24, 2023
2 parents 6ffded8 + 7e6d936 commit f669032
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
go: [ '1.18' ]
name: Build ${{ matrix.go }}
steps:
- uses: aws-actions/configure-aws-credentials@v1
- uses: aws-actions/configure-aws-credentials@v1-node16
with:
aws-access-key-id: ${{ secrets.SIGSCI_CORE_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.SIGSCI_CORE_SECRET_ACCESS_KEY }}
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Golang Module Release Notes

## 1.12.1 2023-02-24

* Sync versions

## 1.12.0 2023-01-10

* Replaced internal custom header extractor function with raw header extractor function
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.12.0
1.12.1
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
package sigsci

const version = "1.11.0"
const version = "1.12.1"

0 comments on commit f669032

Please sign in to comment.