File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -25,22 +25,22 @@ jobs:
2525 - uses : actions/checkout@v4
2626
2727 - name : Setup go
28- uses : actions/setup-go@v4
28+ uses : actions/setup-go@v5
2929 with :
30- go-version : ' 1.20.1 '
30+ go-version : ' 1.23 '
3131
3232 - name : Go Version
3333 run : go version
3434
3535 - name : Setup Node
3636 uses : actions/setup-node@v4
3737 with :
38- node-version : ' 18 '
38+ node-version : ' 20 '
3939
4040 - name : Setup python
4141 uses : actions/setup-python@v5
4242 with :
43- python-version : ' 3.8 '
43+ python-version : ' 3.13 '
4444 cache : ' pip'
4545
4646 - name : Configure AWS Credentials
Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ custom:
101101
102102provider :
103103 name : aws
104- runtime : python3.8
104+ runtime : python3.13
105105 stage : ${env:STAGE}
106106 region : us-east-1
107107 timeout : 60 # optional, in seconds, default is 6
You can’t perform that action at this time.
0 commit comments