Skip to content

Commit

Permalink
Update pipeline go version for flatpak
Browse files Browse the repository at this point in the history
  • Loading branch information
quexten committed Apr 28, 2024
1 parent ae6d150 commit 6b0f4ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/flatpak.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
pull_request:
branches: [main]
env:
GO_VERSION: '1.20'
GO_VERSION: '1.22'
jobs:
build_daemon:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -45,4 +45,4 @@ jobs:
bundle: goldwarden.flatpak
manifest-path: com.quexten.Goldwarden.yml
cache-key: flatpak-builder-${{ github.sha }}
arch: ${{ matrix.arch }}
arch: ${{ matrix.arch }}

0 comments on commit 6b0f4ca

Please sign in to comment.