diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e01812aa..a3b586c7 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -16,7 +16,7 @@ jobs: - name: Install uses: actions/setup-go@v4 with: - go-version: "1.19" + go-version: "1.20" - name: Checkout uses: actions/checkout@v3 - name: Prepare diff --git a/go.mod b/go.mod index b0811a25..554896b5 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/256dpi/fire -go 1.19 +go 1.20 require ( dario.cat/mergo v1.0.0