Update Dependencies

This commit is contained in:
Sebastian Serth
2023-09-16 19:45:32 +02:00
parent 68cd8f43b4
commit 39fc0f9d9d
5 changed files with 245 additions and 91 deletions

View File

@@ -19,9 +19,9 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v3
uses: actions/setup-go@v4
with:
go-version: '1.21'
go-version-file: go.mod
- uses: actions/cache@v3
with:
path: |