diff --git a/.github/workflows/codemeta_scan_build.yml b/.github/workflows/codemeta_scan_build.yml index 4533fc746..a009434a6 100644 --- a/.github/workflows/codemeta_scan_build.yml +++ b/.github/workflows/codemeta_scan_build.yml @@ -21,7 +21,7 @@ jobs: runs-on: ubuntu-22.04 strategy: matrix: - go-version: [ '1.22.2' ] + go-version: [ '1.22.5' ] steps: - uses: actions/checkout@v4 with: @@ -29,7 +29,7 @@ jobs: - name: "Build application with Go" uses: actions/setup-go@v5 with: - go-version: '1.22.2' + go-version: '1.22.5' - run: | go build -v working-directory: codemeta diff --git a/codemeta/README.md b/codemeta/README.md index efea66a24..905451471 100644 --- a/codemeta/README.md +++ b/codemeta/README.md @@ -13,7 +13,7 @@ If your instance of the RSD is hosted on https://example.com/, you can access th ## Developing -This module is written in Go, version 1.22.2. You can find the installation instruction [here](https://go.dev/doc/install). If this page lists a newer version than the one we use, you can find all versions [here](https://go.dev/dl/). We currently don't have any external dependencies, except [Pico CSS](https://picocss.com/), which is dynamically linked in the HTML. +This module is written in Go, version 1.22.5. You can find the installation instruction [here](https://go.dev/doc/install). If this page lists a newer version than the one we use, you can find all versions [here](https://go.dev/dl/). We currently don't have any external dependencies, except [Pico CSS](https://picocss.com/), which is dynamically linked in the HTML. When developing and running it locally, you need a locally running RSD instance, and you should set the `POSTGREST_URL` environment variable to a value at which the PostgREST backend can be reached. This will probably be `http://localhost/api/v1`. You can also point it to a dev or production server instead. diff --git a/codemeta/go.mod b/codemeta/go.mod index 6471a7320..d653d4c7d 100644 --- a/codemeta/go.mod +++ b/codemeta/go.mod @@ -5,4 +5,4 @@ module codemeta -go 1.22.2 +go 1.22.5