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 14
14
go : [ '1.18' ]
15
15
name : Build ${{ matrix.go }}
16
16
steps :
17
- - uses : aws-actions/configure-aws-credentials@v1
17
+ - uses : aws-actions/configure-aws-credentials@v1-node16
18
18
with :
19
19
aws-access-key-id : ${{ secrets.SIGSCI_CORE_ACCESS_KEY_ID }}
20
20
aws-secret-access-key : ${{ secrets.SIGSCI_CORE_SECRET_ACCESS_KEY }}
Original file line number Diff line number Diff line change 1
1
# Golang Module Release Notes
2
2
3
+ ## 1.12.1 2023-02-24
4
+
5
+ * Sync versions
6
+
3
7
## 1.12.0 2023-01-10
4
8
5
9
* 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 1
1
package sigsci
2
2
3
- const version = "1.11.0 "
3
+ const version = "1.12.1 "
You can’t perform that action at this time.
0 commit comments