Skip to content

Commit

Permalink
Update Go version to 1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
zikani03 committed Aug 27, 2023
1 parent b1b146a commit d420038
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/basic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/setup-go@v2
with:
stable: true
go-version: 1.16.x
go-version: 1.21.x
- uses: actions/checkout@v2
- name: run go mod
run: go mod tidy && go build
Expand Down
8 changes: 7 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
module github.com/nndi-oss/dialoguss

go 1.16
go 1.21

require (
github.com/stretchr/testify v1.8.0
gopkg.in/yaml.v2 v2.2.2
)

require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)

0 comments on commit d420038

Please sign in to comment.