Skip to content

Commit

Permalink
Merge pull request #6 from boschrexroth/feature/update22
Browse files Browse the repository at this point in the history
Feature/update22
  • Loading branch information
Johannes Albrecht committed Aug 25, 2023
2 parents 7088542 + b62c681 commit dd8bf88
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/main.yml
Expand Up @@ -9,11 +9,11 @@ on:
jobs:
build:

runs-on: ubuntu-20.04
runs-on: ubuntu-22.04

steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 0

Expand All @@ -28,9 +28,9 @@ jobs:
sudo apt-get install -y -f ./ctrlx-datalayer-2.2.7.deb
- name: Go
uses: actions/setup-go@v2
uses: actions/setup-go@v3
with:
go-version: 1.18
go-version: 1.19

- name: Test
run: |
Expand All @@ -40,9 +40,9 @@ jobs:
go test -race -short -count=1 -mod=vendor ./test/datalayer ./test/sseclient ./test/token
- name: Set up Go
uses: actions/setup-go@v2
uses: actions/setup-go@v3
with:
go-version: 1.18
go-version: 1.19
- name: Run go test
run: |
ls -lah
Expand Down
2 changes: 1 addition & 1 deletion go.mod
@@ -1,6 +1,6 @@
module github.com/boschrexroth/ctrlx-datalayer-golang

go 1.20
go 1.19

require (
github.com/google/flatbuffers v23.5.26+incompatible
Expand Down

0 comments on commit dd8bf88

Please sign in to comment.