Skip to content

Commit f669032

Browse files
Merge pull request #37 from signalsciences/update
2 parents 6ffded8 + 7e6d936 commit f669032

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
go: [ '1.18' ]
1515
name: Build ${{ matrix.go }}
1616
steps:
17-
- uses: aws-actions/configure-aws-credentials@v1
17+
- uses: aws-actions/configure-aws-credentials@v1-node16
1818
with:
1919
aws-access-key-id: ${{ secrets.SIGSCI_CORE_ACCESS_KEY_ID }}
2020
aws-secret-access-key: ${{ secrets.SIGSCI_CORE_SECRET_ACCESS_KEY }}

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Golang Module Release Notes
22

3+
## 1.12.1 2023-02-24
4+
5+
* Sync versions
6+
37
## 1.12.0 2023-01-10
48

59
* Replaced internal custom header extractor function with raw header extractor function

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.12.0
1+
1.12.1

version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
package sigsci
22

3-
const version = "1.11.0"
3+
const version = "1.12.1"

0 commit comments

Comments
 (0)