mirror of
https://github.com/rjNemo/rentease.git
synced 2026-06-10 20:56:50 +00:00
up goversion
This commit is contained in:
parent
75832d251d
commit
c1b1333a88
1 changed files with 3 additions and 2 deletions
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
|
|
@ -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 .
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue