File tree Expand file tree Collapse file tree 4 files changed +7
-3
lines changed Expand file tree Collapse file tree 4 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 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 }}
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 1- 1.12.0
1+ 1.12.1
Original file line number Diff line number Diff line change 11package sigsci
22
3- const version = "1.11.0 "
3+ const version = "1.12.1 "
You can’t perform that action at this time.
0 commit comments