up goversion

This commit is contained in:
Ruidy 2024-08-21 17:02:47 +02:00
parent 75832d251d
commit c1b1333a88
No known key found for this signature in database
GPG key ID: E00F51288CB857CC

View file

@ -19,7 +19,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.22
go-version: 1.23
- name: Install dependencies
run: |
@ -36,4 +36,5 @@ jobs:
- name: Build Docker image
run: |
docker build -t rentease .
docker build -t rentease .