Skip to content

Commit

Permalink
snapcraft
Browse files Browse the repository at this point in the history
  • Loading branch information
matteriot committed Nov 2, 2023
1 parent 98e40df commit 7e7d995
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@ on:
branches: [ master ]

jobs:
gateway-go:
server-go:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@v2
uses: actions/setup-go@v4
with:
go-version: ^1.16
go-version: ^1.20
- name: Test golang code
run: go test ./...
- name: Build golang code
Expand Down

0 comments on commit 7e7d995

Please sign in to comment.