Skip to content

Commit

Permalink
Merge pull request #55 from Annopaolo/bump-go
Browse files Browse the repository at this point in the history
 Upgrade Go to 1.18
  • Loading branch information
matt-mazzucato authored Nov 29, 2022
2 parents bd59647 + 5f9bc67 commit 3cdbb55
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e-test-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ jobs:
- name: Setup go
uses: actions/setup-go@v2
with:
# Ensure we're on Go 1.17
go-version: '1.17.x'
# Ensure we're on Go 1.18
go-version: '1.18.x'
- name: Run test
run: |
echo $E2E_DEVICE_ID
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/golangci-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ jobs:
# Since v3, golangci-lint needs explicit go-setup
- uses: actions/setup-go@v2
with:
go-version: v1.17.x
go-version: v1.18.x
# Run golint-ci
- uses: golangci/golangci-lint-action@v3
with:
version: v1.44
version: v1.50.1
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
golang 1.17.8
golang 1.18.8
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/astarte-platform/astarte-device-sdk-go

go 1.17
go 1.18

require (
github.com/astarte-platform/astarte-go v0.90.4
Expand Down

0 comments on commit 3cdbb55

Please sign in to comment.