Skip to content

Commit

Permalink
-
Browse files Browse the repository at this point in the history
  • Loading branch information
MickStanciu committed Dec 2, 2024
1 parent 2b61cbe commit d3b1143
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Set up Go 2.x
uses: actions/setup-go@v2
with:
go-version: '1.20'
go-version: '1.22'

- name: Check out code into the Go module directory
uses: actions/checkout@v2
Expand Down
4 changes: 3 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
module github.com/SafetyCulture/protoc-gen-workato

go 1.20
go 1.22.7

toolchain go1.23.3

require (
github.com/Masterminds/sprig/v3 v3.2.3
Expand Down

0 comments on commit d3b1143

Please sign in to comment.