Skip to content

Commit

Permalink
Updating to go 1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
dlampsi committed Apr 30, 2024
1 parent 2754e1d commit 2f58921
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Setup
uses: actions/setup-go@v4
with:
go-version: 1.19
go-version: 1.21

- name: Checkout
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: 1.19
go-version: 1.21

- name: Checkout
uses: actions/checkout@v4
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/dlampsi/adc

go 1.19
go 1.21.1

require (
github.com/go-ldap/ldap/v3 v3.4.8
Expand Down

0 comments on commit 2f58921

Please sign in to comment.