Skip to content

Commit

Permalink
Merge pull request #84 from aristosvo/update-go-19
Browse files Browse the repository at this point in the history
chore(go) Version bumped to 1.19
  • Loading branch information
aristosvo authored Aug 22, 2022
2 parents 8786383 + ab9804c commit 76fdd35
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.17
go-version: 1.19

- name: Build
run: go build -v ./...
Expand Down
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/aristosvo/aztfmove

go 1.17
go 1.19

require (
github.com/Azure/azure-sdk-for-go v66.0.0+incompatible
Expand Down

0 comments on commit 76fdd35

Please sign in to comment.