Skip to content

Commit

Permalink
chore(ci): update build go-version to 1.21.x (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
heronimus committed Aug 31, 2023
1 parent d51e331 commit 030c550
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/backend-mage-pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:

env:
REGISTRY_URL: us-docker.pkg.dev

jobs:
mage-build-test:
runs-on: ubuntu-latest
Expand All @@ -23,7 +23,7 @@ jobs:
shell: bash
strategy:
matrix:
go-version: [1.20.x]
go-version: [1.21.x]
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down Expand Up @@ -140,4 +140,4 @@ jobs:
- name: Remove local build image artifact
uses: geekyeggo/delete-artifact@v2
with:
name: buildimage
name: buildimage

0 comments on commit 030c550

Please sign in to comment.