Skip to content

Commit a116651

Browse files
try newest versions
Signed-off-by: Łukasz Gryglicki <[email protected]>
1 parent 9fa25be commit a116651

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/deploy-dev.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

cla-backend/serverless.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ custom:
101101

102102
provider:
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

0 commit comments

Comments
 (0)