This commit is contained in:
Anantha Kumaran 2024-02-12 18:28:33 +05:30
parent 62401a43d4
commit 2d0ff91185
6 changed files with 6 additions and 6 deletions

View File

@ -21,7 +21,7 @@ jobs:
cache: npm
- uses: actions/setup-go@v4
with:
go-version: '1.20.5'
go-version: '1.21.5'
- uses: vegardit/fast-apt-mirror.sh@v1
- run: |
sudo apt-get install -y sqlite3 libgtk-3-dev libwebkit2gtk-4.0-dev build-essential pkg-config

View File

@ -21,7 +21,7 @@ jobs:
cache: npm
- uses: actions/setup-go@v4
with:
go-version: '1.20.5'
go-version: '1.21.5'
- uses: vegardit/fast-apt-mirror.sh@v1
- run: |
sudo apt-get install -y sqlite3

View File

@ -18,7 +18,7 @@ jobs:
cache: npm
- uses: actions/setup-go@v4
with:
go-version: '1.20.5'
go-version: '1.21.5'
- run: |
brew install --force --overwrite sqlite3 create-dmg
brew install --build-from-source --verbose ./ledger.rb

View File

@ -18,7 +18,7 @@ jobs:
cache: npm
- uses: actions/setup-go@v4
with:
go-version: '1.20.5'
go-version: '1.21.5'
- run: |
choco install sqlite
choco install wget

View File

@ -5,7 +5,7 @@ RUN npm install
COPY . .
RUN npm run build
FROM golang:1.20-alpine3.18 as go
FROM golang:1.21-alpine3.18 as go
WORKDIR /usr/src/paisa
RUN apk --no-cache add sqlite gcc g++
COPY go.mod go.sum ./

View File

@ -5,7 +5,7 @@ RUN npm install
COPY . .
RUN npm run build
FROM golang:1.20-alpine3.18 as go
FROM golang:1.21-alpine3.18 as go
WORKDIR /usr/src/paisa
RUN apk --no-cache add sqlite gcc g++
COPY go.mod go.sum ./