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 - name: Set up Go
uses: actions/setup-go@v4 uses: actions/setup-go@v4
with: with:
go-version: 1.22 go-version: 1.23
- name: Install dependencies - name: Install dependencies
run: | run: |
@ -37,3 +37,4 @@ jobs:
- name: Build Docker image - name: Build Docker image
run: | run: |
docker build -t rentease . docker build -t rentease .