Skip to content

Commit dfc752f

Browse files
authored
fix: Update go version to 1.22
1 parent a5220d9 commit dfc752f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Getting Go Binaries
1313
uses: actions/setup-go@v2
1414
with:
15-
go-version: '1.20'
15+
go-version: '1.22'
1616

1717
- name: Build Application
1818
run: |

0 commit comments

Comments
 (0)