Skip to content

Commit

Permalink
Update to 1.21 for maps package
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaume-abtasty committed Jan 11, 2024
1 parent e379611 commit 41481a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
steps:
- uses: actions/setup-go@v2
with:
go-version: "1.20"
go-version: "1.21"
- name: Check out code into the Go module directory
uses: actions/checkout@v2
- name: Run tests
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/flagship-io/flagship-common

go 1.18
go 1.21

require (
github.com/flagship-io/flagship-proto v0.0.21
Expand Down

0 comments on commit 41481a3

Please sign in to comment.